I am designing my first css layout and I have a small suckerfish menu that I created based on the tutorial on alistapart.com. All works fine in firefox and chrome but IE is moving my menus in a weird position and I have no idea what should I do to fix it!
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:
#main-nav li > ul {
I would change that to:
#main-nav li ul {
Sometimes the child selector is quirky. Let me konw
Another issue that I have is that in IE the list elements for the menu are not clearing each other like in FF. Take a look at the "Charts" menu in FF and all the elements are nicely stacked one in top of the other while in IE if they have enough room they'll add themselves to the previous line... Any ideas what should I do about that?
I am designing my first css layout and I have a small suckerfish menu that I created based on the tutorial on alistapart.com.
All works fine in firefox and chrome but IE is moving my menus in a weird position and I have no idea what should I do to fix it!
Here is the url: http://socalscubainfo.com
Any ideas are greatly appreciated!
Anton
I would first validate the HTML on the page:
(and validate the CSS if you feel like it: )
I also saw in your CSS:
#main-nav li > ul {I would change that to:
#main-nav li ul {Sometimes the child selector is quirky.
Let me konw
Anton
Here is the link: http://socalscubainfo.com
Thanks,
Anton
Thanks,
Anton