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 02-27-2012, 09:51 AM   PM User | #1
suavedesign
New to the CF scene

 
Join Date: Feb 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
suavedesign is an unknown quantity at this point
help with drop down menu

I am baffled by a problem that I cannot seem to figure out.
I have a drop down menu in my website. It works fine in IE9 and firefox. It used to be fine in the other IE versions as well, but now it's not. It just doesn't "drop down".
Please have a look at my site with IE7 and 8 to see the problem. It's www.newstylesignsua.com
Thanks!!!!
suavedesign is offline   Reply With Quote
Old 02-27-2012, 10:08 AM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,827
Thanks: 9
Thanked 685 Times in 679 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Your link doesn't work.
SB65 is offline   Reply With Quote
Old 02-29-2012, 09:18 AM   PM User | #3
suavedesign
New to the CF scene

 
Join Date: Feb 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
suavedesign is an unknown quantity at this point
sorry, I left out a letter.
It's www.newstylesignsusa.com
suavedesign is offline   Reply With Quote
Old 02-29-2012, 11:00 AM   PM User | #4
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,827
Thanks: 9
Thanked 685 Times in 679 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
The drop down works fine for me in IE8, but not IE7.
This looks like a z-index issue. Have a try adding:

Code:
#allContent {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4.688em;
    position: relative;
    z-index: 2;
}

#info {
    background: none repeat scroll 0 0 white;
    border-top: 0.75em solid #003366;
    margin-top: -2.35em;
    padding-bottom: 1.25em;
    position: relative;
    z-index: 1;
}
This should ensure that the drop down, which is contained within #allContent appears on top of #info.
SB65 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 06:18 AM.


Advertisement
Log in to turn off these ads.