Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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

Posts: 53
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
 
 
Register now for full access!
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
__________________
J Middleton

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
jamesmiddz is offline
Reply With Quote
View Public Profile
 
Old 01-11-2009, 05:13 PM Re: Pop-Up Menu Problem
AD7863's Avatar
Major Geek

Posts: 435
Name: Artful Dodger
Location: England, UK
Trades: 0
Not surprised. It's Internet Explorer lol.
__________________

Please login or register to view this content. Registration is FREE
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
Skilled Talker

Posts: 53
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
Defies a Status

Posts: 10,016
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-11-2009, 06:00 PM Re: Pop-Up Menu Problem
Skilled Talker

Posts: 53
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
Skilled Talker

Posts: 53
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.25803 seconds with 12 queries