Previous Message
Next Message

menu test

Sent by JGardner on 22 September 2007 03:03


Thank you so much!!  Other than a slight positioning problem it seems to all be working now.

Is
there a specific place (or book) that will explain how you knew what to
do?  I did it and it worked but I don't know why it worked or more
importantly how I would know when it would solve a problem in the
future.

Thank you all for taking the time to test the menu for me.  This group is amazing!!
Jennifer

P.S. Sorry Georg I forgot to reply to all the first time.

----- Original Message ----
From: Gunlaug Sørtun [EMAIL-REMOVED]>
To: JGardner [EMAIL-REMOVED]>
Cc: CSS List [EMAIL-REMOVED]>
Sent: Friday, September 21, 2007 1:15:17 PM
Subject: Re: [css-d] menu test

JGardner wrote:

> http://www.jgardnerdesigns.com/web-design-services.htm
> 
> It seems like sometimes in IE 6 when you hover over the drop down 
> links they disappear.  Please let me know if this happens to you and 
> if so what browser you are using.

IE6 and IE7 can't stack absolute positioned elements properly, so the
drop down ends up behind the text below instead of in front of it. This
of course leads to loss of focus on :hover when text gets in front of
the drop-down.

To fix this IE/win bug, add...

#header-inner {position: relative; z-index: 1;}

....to stack the entire header higher than the content.

> I am also still having the positioning problem in IE6 - the menu you 
> will not move over to the left as it does with FireFox, and IE7.  So 
> if you see this problem on a different browser please let me know.

I didn't check how wide 'width: 100%' is supposed to be, but Opera 9
interprets your styles same as IE6.

Change to...

#menuh {width: auto;}

....and they will all agree and send the menu to the same spot on the
right side.

regards
    Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/







       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers -
Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: