Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI was using the `inline table` for the `li` elements because I wanted the dropdowns to appear spread horizontally rather than just being a vertical list. Is there some (other) way to get the dropdown to appear spread horizontally (with the same width as the menu bar above it)? I am playing with the ie8 developer tools now, thanks for that. I tried changing to `display: table-cell`, and I get background color for the menubar itself now, but in ie8, it stops being a horizontal list. Any ideas to get it to be horizontal? I would vote you up but I don't have enough rep.....
      singulars
    2. CO@nme32 - There are several ways to get them to display horizontally, including adding `float: left` *or* `display: inline` or `display: inline-block` to the list items. I recommend checking out A List Apart's [Taming Lists](http://alistapart.com/article/taminglists/) and [Suckerfish](http://alistapart.com/article/dropdowns), as well as HTMLDog's [Son of Suckerfish](http://www.htmldog.com/articles/suckerfish/dropdowns/) articles for more information (note: Suckerfish and SoS are getting a little dated overall, but the CSS techniques for making horizontal lists are still sound).
      singulars
    3. COManaged to get the menubar to display horizontally including `float:left` to `nav ul li` element, but can't get the sub menus to align with with their parent button.Also had to remove all [filter statements](https://github.com/twitter/bootstrap/issues/6548) to get sub menus to overflow properly in IE7.The links you gave are useful,but can't figure out how todo inline submenus with em.Hopefully hybridising [this](http://www.cssnewbie.com/horizontal-dropdown-menus/) and my original guide I can do it.May have to recode from scratch :'(. will write here if/when successful. thanks shauna
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload