css - Horizontal flyout menu using display:inline -


is possible create horizontal flyout menu without using float? tried in this fiddle display:inline. aim have result second example. unfortunately had work float ...

do have idea missing? if have link, etc. post it, please.

your appreciated.

edit: how far got... http://jsfiddle.net/gbmsq/2/

the second list-item should have list under it. set under first list-item.

like this?

working example: here

example 3 uses display: inline-block instead of float, , vertically aligns blocks top

updated

fiddle updated show first example , latest 1 in op.. both use same css


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -