Spry drop down menu problems in IE...Help?!

DreBeltrami

New Member
Hi There,


I am rebuilding a drop down nav menu (current one was built my another designer and is a .js nightmare) with the Spry functions in DW and the drop down menus are shoved over to the left in IE. Can anyone help on this one? I've tried everything and I can't figure out the fix for this one.


The test page I am building the nav on for this site is at www.fallick.com/test/test.html


Any advice would be much appreciated!


Thanks...
 

leroy30

New Member
I haven't looked in to it too deeply but on the class 'MenuBarItemIE' text-align:center and position:static seem out of place to me...

On mine in IE the drop-down menus open to the right which looks unnatural... the reason is that text-align:center.... you should left-align it. If your want the text inside each link to left-align then use another css because at the moment it's center-aligning the whole <ul> inside the parent <li>
 
Top