I have a drop down menu on a website. I need to adjust the height of SOME of the columns so that the viewer does not need to scroll to see the whole drop down menu.
How would I do this?
Go to http://scomputing.com/q3/ and look at the electronics drop down to see what I mean.
Thanks,
You could try googling 'mega menu' and it will throw up a bunch of different ways to accomplish this task. I found this CSS3 one which seems fairly straight-forward.
However, to reduce the space around those items, try modifying the padding
#nav_wrapper ul li ul li a{
display:none;
padding:10px;
padding:5px 10px; /* top/bottom, left/right */
}
North America
Europe, Middle East and Africa
Asia Pacific