is it possible to create a horizontal flyout menu without using float?
I tried it in this fiddle with display:inline.
My aim was to have a result like the second example.
Unfortunately I had to work with float …
Do you have any idea what I am missing?
If you have a link, etc. post it, please.
Your help is much appreciated.
EDIT:
This is how far I got…
http://jsfiddle.net/gbMsq/2/
The second list-item should have another list under it. But it is set under the first list-item.
Like this?
Working Example: here
example 3usesdisplay: inline-blockinstead offloat, and vertically aligns the blocks to the topUpdated
fiddle updated to show the first example and the latest one in the OP.. both use the same CSS