I have a menu bar, whose menu li stretch down on mouse hover. It pushes sidewards a div below this menu bar div. But I want those stretch down lis to display over the mentioned div, without pushing it sidewards.

You can have a look at what I am trying to tell here.

Anybody got a solution?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

http://jsfiddle.net/bpu2r/

I've simply added float: left; to the menu and clear: both; to the container.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.