Question : Need help getting drop down menu to display on top of main content area

Please visit link & note the drop down "Wine" menu displays behind the main content area. How can I stop this from happening so we can see all 3 menu items?

http://gator967.hostgator.com/~tekspec/renards/index.php?option=com_content&view=category&layout=blog&id=4&Itemid=3

Answer : Need help getting drop down menu to display on top of main content area

you have overflow hidden specified in div#header_r
if you remove that line your menu will display properly

Try this:
Yuu can find this ID in template.css

div#header_r {
height:90px;
padding-left:370px;
padding-right:30px;
padding-top:25px;
text-align:left;
}

hope that helps
Random Solutions  
 
programming4us programming4us