Home › Forums › CSS › SUckerfish javascript menu not working in IE › Re: SUckerfish javascript menu not working in IE
May 20, 2009 at 2:09 pm
#57852
Participant
I’m not familiar with that kind of menu system. I almost said to move it to the Javascript forum, but it looks like it might use CSS for positioning… (Anyone know?)
I would first validate the HTML on the page:
(and validate the CSS if you feel like it: )
I also saw in your CSS:
Code:
#main-nav li > ul {
I would change that to:
Code:
#main-nav li ul {
Sometimes the child selector is quirky.
Let me konw