Quote Originally Posted by soupcan View Post
Hi all.

I've got a site that is just about done, but I've been wracking my brain over a few issues. I've gone through a good majority of the posts here over the last week or so and was not able to find a resolution.

In Internet Explorer (haven't had it happen in Firefox), when the CSS drop down menu comes in contact with a "Sort By" drop down menu in my catalog, the CSS drop down menu appears behind the "Sort By" drop down menu.

Any help is appreciated. If you need any other information, please let me know.

Thanks.
Yes, this is a known issue, IE always puts dropdown menus at a higher z-index than everything else, and there's no known way around it, as far as I've read. However, in the past I have instructed people to give that select menu a "float:right" attribute in the css, so that at least the drop down SELECT menu appears on the right of the page, which is no longer below the categories, therefore the css menu no longer goes behind it. If you send a link where this occurs, I can give you the exact css to remedy it. Though for pages like the "new" and "all" products page, this will take care of it:


#sorter {float:right;}