Quote Originally Posted by cougar View Post
Gday
Have just installed CSS dropdown mod on comstock template.

It works fine in FF but when viewing in IE7 the dropdown menu doesn't display on top layer and displays behind description page.

http://901.com.au/index.php test site to see in action (View in IE 7)

Posted question in CSS mod forum which gave

***Answer***Have you tried giving the menu a higher z-index than the content?

I adjusted the z-index for the dropdown menu but am still having the same problem as seen here http://901.com.au/images/ie7page.jpg Where would i adjust the z-index for the content for comstock template to have it appear behind the dropdown menu ?
Try adding it to this declaration: (in stylesheet.css

.centerColumn {
padding: 0.8em 0.8em 40px 0.8em;
background: #fff;
font-size: 1.2em;


}