Previous Message
Next Message

Re: [css-d] IE 5 ignores link hover instructions

Sent by Big John on 18 January 2003 06:06


Tony wrote:
> IE6 seems to work alright, one difference is there is a white line about 
> one pixel under the blue underline of the right menu.
> Oops just found another strange effect in ie6 rolling over the bottom 
> three links in the communicate section causes the bottom  blue 
> background image to appear and disappear.
> No idea why that happens.

It's the lack of any non-floated element in #nav. Place a 
'cleared' div after the last .subnav in #nav, so:

 <div style="clear: both;"></div>

IE tries to enclose the nav without it, but it is buggy as heck.

> >#main a	{text-decoration : underline;} 
> You could leave this out as it should be the default.
> 
> >#main a:hover	{text-decoration : underline;}
> Same with this.

They may be the defaults, but but the defaults are overridden
earlier in the sheet, via a:hover, etc. I think it is an 
IE5/win bug, because IE5.5 doesn't show the hover effect.
Big John



=====
^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
|    Perennial student + Impractical joker + CSS junkie = Big John    |
| XXXX <http://users.rraz.net/mc_on_the_rocks/testpage/pie.html> XXXX |
| XXXXXXXXXXXXX <http://users.rraz.net/mc_on_the_rocks/> XXXXXXXXXXXX |
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Previous Message
Next Message

Message thread: