Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-13-2009, 03:04 PM   PM User | #1
teamleaf
New Coder

 
Join Date: Mar 2009
Posts: 38
Thanks: 2
Thanked 0 Times in 0 Posts
teamleaf is an unknown quantity at this point
Submenu disappears on mouseover in IE 6

For some reason in IE 6, my submenu doesn't seem to stick around when I try to get to links on it.

www.laduefootball.org
teamleaf is offline   Reply With Quote
Old 05-14-2009, 08:25 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
I get the issue in IE7 as well.

It looks as if the hover is lost as the mouse moves off the top level menu div. Try adding a background colour to your second level menu ul:

Code:
.menu .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
background-color:#003366;
}
This looks like it works in IE6 and IE7 using the IE developer toolbar.
SB65 is offline   Reply With Quote
Users who have thanked SB65 for this post:
teamleaf (05-16-2009)
Old 05-15-2009, 06:21 AM   PM User | #3
kibaki20
New to the CF scene

 
Join Date: May 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
kibaki20 is an unknown quantity at this point
I think javascript can fix that.
kibaki20 is offline   Reply With Quote
Old 05-16-2009, 01:19 AM   PM User | #4
teamleaf
New Coder

 
Join Date: Mar 2009
Posts: 38
Thanks: 2
Thanked 0 Times in 0 Posts
teamleaf is an unknown quantity at this point
Thanks SB! I'm not understanding why it needs a background to maintain the hover ability but whatever. I'm happy.
teamleaf is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 04:50 AM.


Advertisement
Log in to turn off these ads.