Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Enable div containing a table appear to right of

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #199925
    ANM
    Participant

    I’d like some help with finding out why my div table with id=”overalldivcalendartable” isn’t appearing to the right of vertical menu bar i.e. the div id=”div_lhs_menu”.

    I thought the following would help but no luck:

    display: inline-block; float: left;

    Here’s my codepen link (http://codepen.io/anon/pen/wBbXbe) or my fiddle link ()

    my objective is to have my table div appear to the right of my vertical menu bar

    #199926
    ANM
    Participant

    I attempted the code below which PARTIALLY works as the two divs are inline but the LHS menu appears at the bottom as opposed t the top

    here’s the codepen link .. http://codepen.io/anon/pen/EazpYJ or fiddle link .. https://jsfiddle.net/S5bKq/1260/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.