Looking for some help with designing a menu where the list items float in columns instead of rows. For example,
This is how my current menu looks like:
I want to change the layout to look like this:
My code for the list items is as follows:
.mnu-third li {
width:150px;
height:15px;
display:block;
float:left;
}
If the list items reach a certain height limit of the menu, they should start from the next column.
Please provide guidance...
EDIT : Here is my code Go to the top category and sub - sub categories...