Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

Submenus not appearing in IE6


  #1  
Old Jul 29, 2009, 12:55 PM
middlemountain
 
2 posts · Apr 2009
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!
  #2  
Old Aug 7, 2009, 05:38 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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;
}
  #3  
Old Sep 9, 2009, 09:17 AM
charlton
 
25 posts · Jul 2009
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

Last edited by charlton; Sep 9, 2009 at 09:38 AM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE6 vs FF meK Atahualpa 3 Wordpress theme 2 Jun 4, 2009 08:20 AM
Sidebars messed up in IE6 lian Other BFA WordPress Themes 2 May 15, 2009 11:41 AM
formatting submenus interage Header configuration & styling 0 Apr 24, 2009 09:53 AM
Submenus not showing up in MSIE 7 or 8 randulo Page & Category Menu Bars 1 Mar 10, 2009 06:34 AM
Embedding submenus in parent pages mwiwchar Page & Category Menu Bars 2 Mar 4, 2009 11:51 AM


All times are GMT -6. The time now is 12:14 PM.


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