Too many drop down menu items
How is it possible to manage drop down menu items when there are too many to logically fit on the screen. Is it possible to split the drop down menu into two columns? Else reduce the size of the menu items? I have tried
#Top_bar .menu li ul li
{
font-size: 10px;
}
This reduces the font but not the block size. Please advise?
Comments