A few possibilities:

If it's not a typo, you only need a single period before the "menu" class 
style. In other words, change it from "..menu" to ".menu". Also, you should 
offer alternative fonts, in case the user doesn't have Verdana installed 
(unlikely as that may be): "font-family: Verdana, sans-serif;". Also, the 
"font-style: normal" is unnecessary. Lastly, get rid of the whitespace! 
Browsers can be sensitive about that. I suggest that instead of "font-family 
: Verdana;", you do "font-family:Verdana".

Joe

>From: "Erika L Walker" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Community <[EMAIL PROTECTED]>
>Subject: CSS Hell with Netscape 4.7
>Date: Thu, 26 Apr 2001 12:55:02 -0400
>
>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