Strangest thing, the category links in the right sidebox are not working in Firefox or Opera. They work fine in IE and Safari.
Can't say I have ever seen this before.
Here is the page.
http://www.esmracing.com/store/
Any thoughts??
Strangest thing, the category links in the right sidebox are not working in Firefox or Opera. They work fine in IE and Safari.
Can't say I have ever seen this before.
Here is the page.
http://www.esmracing.com/store/
Any thoughts??
stylesheet.css, line 762:Apparently IE does not interpret z-index correctly, while Firefox does and puts it beneath the wrapper so it can't be touched.Code:.columnRight { position: relative; z-index: -99; }
Wow, thanks.. That looks like it.