Spry Menu Bar CS4
i have used horizontal spry menu bar navigation website. used tiered system because needed 2 levels of drop downs menu. when loaded site web yesterday worked fine on mozilla there glitch on ie. instead of dropping down in stacking order, submenus lined horizontally along screen in long line. i'm not sure if need edit .css file spry menu bar, or .js file. appreciated!
note: i've attached javascript code , css code reference.
i struggling this, too. think have fixed -- it's looking in ie7 , ie8 (my standalone of ie6 has conflicts , refuses open morning).
you need update css. give try.
ul.menubarhorizontal ul li
{
clear:left;
float: none;
background-color: transparent;
color: #878189;
}
take -- menus should displaying vertically in list in ie, you'll see background color isn't extending fill entire list box.
so add background-color property correct color ul.menubarhorizontal ul entry.
i haven't gone through code line line, 2 changes fixed me. let me know if works.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment