i’m trying to create a Dynamic Sub-menu to use it in WordPress, Something like this: http://picbox.im/image/2b5fb80c74-preview.jpg but there is a Width Problem, the width is ‘auto’ but it is not floating the sub-menu, it is a list, I want they with float:left , but it is not happening, what should a do?
Here is this: http://jsfiddle.net/hD7Ay/1/
There is another problem: The List-style isn’t working right.
Thanks a lot in Advance.
To Make them all in one line, Use that rule in the SubMenu Ul :
white-space: nowrap;Example Here: http://jsfiddle.net/hD7Ay/3/
Thanks for the help!