Reply
Old 01-11-2009, 02:51 PM Pop-Up Menu Problem
Experienced Talker

Posts: 48
Trades: 0
I'm working on optimizing my site to the best of my ability and using div's instead of tables as well as using CSS (which I'm new to). The layout looks fine in Firefox and Safari but when I try using IE 7 my pop-up menu disappears (you can see it as it's loading but then it vanishes when the page is done loading). Is this a z-index problem? Any suggestions?

Here's the link: http://www.classicengraving.org/CSS%20Layout/test.html
moonlit is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 01-11-2009, 05:12 PM Re: Pop-Up Menu Problem
Junior Talker

Posts: 1
Trades: 0
Although I haven't tested this, it appears to be a z-index problem. Have you assigned your rounded box (content area) with a z-index? Z-index will only work on div/elements that have a 'position' attribute. The higher the z-index number, the higher it will appear on the 'layered stack' (in front). Try also playing around with z-index negitive values. Example 'z-index: -1'

Good luck
jamesmiddz is offline
Reply With Quote
View Public Profile
 
Old 01-11-2009, 05:13 PM Re: Pop-Up Menu Problem
AD7863's Avatar
15 Year Old Tech Blogger

Posts: 427
Name: Artful Dodger
Location: England, UK
Trades: 0
Not surprised. It's Internet Explorer lol.
AD7863 is offline
Reply With Quote
View Public Profile Visit AD7863's homepage!
 
Old 01-11-2009, 05:38 PM Re: Pop-Up Menu Problem
Experienced Talker

Posts: 48
Trades: 0
Ugh. I tried changing all of the z-index's to 10000. I then tried changing them to -1. No such luck. My content area doesn't have a z-index. The weird thing is that I was able to get this to work on my current layout (www.classicengraving.org). However, that current layout uses tables and no external CSS. If only all browsers were created equal.

Any other suggestions would be much appreciated!!

Last edited by moonlit; 01-11-2009 at 05:39 PM..
moonlit is offline
Reply With Quote
View Public Profile
 
Old 01-11-2009, 05:44 PM Re: Pop-Up Menu Problem
LadynRed's Avatar
Super Moderator

Posts: 8,823
Location: Tennessee
Trades: 0
First fix the IDs on your ul's. You have this multiple times:

Quote:
<ul id="qm0" class="qmmc">
ID's MUST be UNIQUE. You cannot re-use an ID, you can only use them ONCE per page - you have this one THREE times. If you want to re-use the rules for that UL, then use a CLASS instead.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-11-2009, 06:00 PM Re: Pop-Up Menu Problem
Experienced Talker

Posts: 48
Trades: 0
That code is what OpenCube had provided for me. Even when I fixed it, it didn't matter, the nav still was hidden in IE. I think this may be a z-index problem, I just can't seem to figure out how to resolve this issue. Any ideas??

Last edited by moonlit; 01-11-2009 at 06:57 PM..
moonlit is offline
Reply With Quote
View Public Profile
 
Old 01-12-2009, 02:33 PM Re: Pop-Up Menu Problem
Experienced Talker

Posts: 48
Trades: 0
I figured out my problem. For those of you out there who run into this I thought I would post the solution. Just change the order of your divs. Luckily, I had CSS The Missing Manual to help me out.
moonlit is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Pop-Up Menu Problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.13734 seconds with 13 queries