StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-01-2009, 06:14 AM
Brian Gardner's Avatar
Brian Gardner Brian Gardner is offline
Administrator
 
Join Date: Sep 2008
Location: Chicago, IL
Posts: 5,360
Default Lifestyle & Church themes - IE6 Subnav Drop Down Menu

I just wanted to post a fix to a problem that has be been bugging me (and many of you) for quite a while. A lot of people have noticed that the drop down menus on the subnav haven't been appearing on IE6, and here's the fix. The gist of this was that the references to the sfhover elements in the subnav should have been sfhover1. So find this in your stylesheet:

Code:
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover { 
	position: static;
	}
And replace it with this:

Code:
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover1 { 
	position: static;
	}
Many thanks to Ade who helped figure out the issue. Sometimes it's a simple oversight that can cause an issue, and this was certainly the case with this one. As they say, MY BAD!

For those who were having this problem, please try this and let me know if it fixes the issue - it should!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a drop down menu in the church revrell General Discussion 2 04-23-2010 11:35 AM
Drop Down Menu on Sub Nav Bar (Lifestyle) Kailani General Discussion 8 04-03-2010 12:47 AM
Drop down menu in the subnav Rajee General Discussion 1 08-15-2009 01:51 AM
Drop down menu for pages on Church theme ailishlucas General Discussion 2 02-05-2009 12:44 PM


All times are GMT -5. The time now is 09:13 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.