HighDots Forums  

Menu Doesn't Work in IE7

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Menu Doesn't Work in IE7 in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Menu Doesn't Work in IE7 - 07-11-2009 , 05:34 PM






The following menu doesn't work in IE7, although it seems fine in my
regular browser, SeaMonkey. I don't know whether it's a CSS issue or
HTML. Please advise. TIA

http://midtownmuseumdistrict.org/Businesses.html

Reply With Quote
  #2  
Old   
C A Upsdell
 
Posts: n/a

Default Re: Menu Doesn't Work in IE7 - 07-11-2009 , 05:48 PM






Mike Copeland wrote:
Quote:
The following menu doesn't work in IE7, although it seems fine in my
regular browser, SeaMonkey. I don't know whether it's a CSS issue or
HTML. Please advise. TIA

http://midtownmuseumdistrict.org/Businesses.html
My guess is this: your DOCTYPE selects quirks mode, and in quirks mode,
and in IE older than IE7, IE does not recognize :hover on anything other
than the A tag. You are trying to use :hover on UL.

Best to set a Strict DOCTYPE, to get more consistent behaviour from
browsers, and to get IE7 support. If you also want support for IE6 and
older, there is a bit of JavaScript which will enable this.

Reply With Quote
  #3  
Old   
John Hosking
 
Posts: n/a

Default Re: Menu Doesn't Work in IE7 - 07-11-2009 , 05:56 PM



On Sat, 11 Jul 2009 14:34:39 -0700, Mike Copeland wrote:

Quote:
The following menu doesn't work in IE7, although it seems fine in my
regular browser, SeaMonkey. I don't know whether it's a CSS issue or
HTML. Please advise. TIA

http://midtownmuseumdistrict.org/Businesses.html
Do you mean that the blue text on red background is really hard to read?
Yeah, I've got that in FF, too. ;-)

My guess is that it's an IE issue. I haven't tested it here, but IE6
didsn't support :hover on non-link elements (ul:hover won't work). IE7 is
supposed to support it but apparently it does so buggily. Have you tried
the min-height:1% hack, which rumors say may fix this? (Depends on what you
mean by "doesn't work".)

The page also has validity problems.
Markup: http://validator.w3.org/

HTH
--
John
GIYF

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.