How do I make the submenus for my horizontal menu drop down instead of going across the page in IE? It works fine in every other browser.
Please post a link to your page so we can look at it in context.
Beth
http://cityofgonzales.net
Thanks!
LS
On line 71 of SpryMenuBarHorizontal.css, add !important as in
ul.MenuBarHorizontal ul li{ float: none !important; width: 8.2em; font-size: small;}
ul.MenuBarHorizontal ul li
{
float: none !important;
width: 8.2em;
font-size: small;
}
Gramps
Thank you so much! That fixed the problem!