Erica

I ran your styles through TopStyle 2 which has a Style checker.  This is
what came out of that.

CSS Level 1 (1 errors, 0 warnings)
  Selector Description
  A.menu:hover Pseudo-class :hover isn't supported by this style definition.


Netscape 4 (2 errors, 0 warnings)
  Selector Description
  A.menu:active Pseudo-class :active isn't supported by this style
definition.
  A.menu:hover Pseudo-class :hover isn't supported by this style definition.


Hope that helps... NS 4.7 is horrible when it comes to CSS. I commonly run a
stylesheet dependant on the browser and set up NS 4 to degrade and not do as
much as IE.  (NS 6 is better than NS 4, but horribly picky)

-----Original Message-----
From: Erika L Walker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:55 AM
To: CF-Community
Subject: CSS Hell with Netscape 4.7


OK. I give up. <<<----ready to throw self off of zoo roof.

I have the following style:

...menu{
        font-family : Verdana;
        font-style : normal;
        font-weight : bold;
        font-size : xx-small;
        font : Verdana;
}

A.menu{
font-color: White
}

A.menu:link    {color:White; background-color:transparent;
text-decoration:none;}
A.menu:visited {color:White; background-color:transparent;
text-decoration:none;}
A.menu:active  {color:White; background-color:transparent;
text-decoration:none;}
A.menu:hover   {color:#000066; background-color:transparent;
text-decoration:underline;}

Included in the top of a menu page, which is then CFincluded into the main
pages. Works GREAT in IE, looks FANTASTIC in IE. Won't show up in Netscape.
I have given every tag in the table (tr, td, p, a) including the table tag
the class="menu" name=value pair.

Still doesn't work in Netscape. Is my style syntax incorrect? Is there
something else I should be doing? Does Netscape insist on having this stuff
included in between the <head></head> tags?

<whine>why can't netscape play the game like all the other boys and
girls???????</whine>

Erika

"What cannot be figured out, must be pummeled into small pieces and thrown
away." - ELWalker
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to