Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Submenus not appearing in IE6 (http://forum.bytesforall.com/showthread.php?t=2721)

middlemountain Jul 29, 2009 12:55 PM

Submenus not appearing in IE6
 
The page submenus on our site http://rhalpc.org/dev are working fine in FF, Safari - but not in IE (only checked IE6 so far - haven't checked later versions). I'm wondering if they're "hiding" behind the banner image, which we defined as a custom field. Any CSS wizardry you could provide would be greatly appreciated!

Flynn Aug 7, 2009 05:38 PM

It works in IE7

In IE6 the image is covered probably due to the div.clickable.

<div class="clickable"><a class="divclick" href="http://www.rhalpc.org/" title="Regional Housing Alliance of La Plata County"> </a>


</div>


That is a hack to make the otherwise empty container with the rotating background images clickable. It doesn't look as if you'd need that, you should instead make that static image clickable with an ordinary

<a href="http://www.rhalpc.org/" title="Regional Housing Alliance of La Plata County"><img src="http://www.rhalpc.org/wp-content/themes/atahualpa/images/header/banner_durango_5.jpg" /></a>

If removing the red code above alone does not help, try giving the menu bar position:relative.
CSS Insert:

ul#rmenu2 {
position: relative;
}

charlton Sep 9, 2009 09:17 AM

I appear to be having the same problem with IE6 not showing drop down menus in combination with the clickable banner back to the home page.

Unfortunately, I do not understand the answer given.

What file is in need of being modified?

The site I am having trouble with is timberhouse.net


All times are GMT -6. The time now is 04:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.