[thelist] FW: Style Sheet Problem

sfmalo sfmalo at msn.com
Fri Jul 20 02:59:58 CDT 2001


Daniel -

couple of thoughts (not sure if this will make a difference but maybe worth
a try).

1) Believe some NS browser versions hiccup at the "shorthand" layout of CSS.
Try the "longhand" version and see if that makes a difference. See my
example for BODY. I didn't copy the TD, P, etc. elements but they'd be
presented the same way.
2) I placed BODY first before the link info.
3) Maybe it's looking for the A:active info to be placed after the A:hover
... and can't find it 'cos it's not there.

BODY

  margin : 0px ;
  padding: 0px;
  border: 0px ;
  font-family: arial, helvetica, sans-serif ;
  font-size: small ;
  font-weight: 600 ;
  color: #6600CC ;
  background-color: #330099 ;
  background-image: url(background_purplegradient1.gif) ;
  background-repeat: repeat-x }
A:link { color: #6600cc; background: transparent; text-decoration:
underline }
A:visited { color: #ff00ff; background: transparent; text-decoration:
underline }
A:hover { color: #cc66ff; background: transparent; text-decoration: none }
A:active { color: #cc00ff; background: transparent; text-decoration:
underline }

Sharon

> I have a style sheet (attached) that seems to work fine everywhere (PC -
> IE5, N4.7, N6, Mac - IE5, N6), but not on Mac N4.7. Can any one see any
> problems with the file or know of any specific problems with Netscape 4.7
on
> a Mac? The css is not embedded, but a linked file
>
> Thanks,
> Daniel Wood
>
> The code:
>
> A:link {color: #000000; font-size:10px;text-decoration:none;
> font-family:Verdana,Arial,Helvetica,sans-serif;}
> A:visited {color: #000000; font-size:10px;text-decoration:none;
> font-family:Verdana,Arial,Helvetica,sans-serif;}
> A:hover {color:#000000; font-size:10px;text-decoration:underline;
> font-family:Verdana,Arial,Helvetica,sans-serif;}
> BODY {color:#000000; font-size:10px;text-decoration:none;
> font-family:Verdana,Arial,Helvetica,sans-serif; background-repeat:
> no-repeat;}
> TABLE {color:#000000; font-size:10px;text-decoration:none;
> font-family:Verdana,Arial,Helvetica,sans-serif;}
> .mainbodycopy {color:#000000; font-size:10px;text-decoration:none;
> font-family:Verdana,Arial,Helvetica,sans-serif;}
> .boldbodycopy
>
{color:#000000;font-size:10px;text-decoration:none;font-family:Verdana,Arial
> ,Helvetica; font-weight: bold;}
> .title {color: #000000; font-size:12px;text-decoration:none; font-weight:
> bold; font-family:Verdana,Arial,Helvetica,sans-serif;}
> .charactertitle {color: #000000; font-size:18px;text-decoration:none;
> font-weight: bold; font-family:Verdana,Arial,Helvetica,sans-serif;}
> .writing {color:#000000; font-size:11px; font-weight:bold;
> font-family:Verdana,Arial,Helvetica;text-decoration:none}
---------------------------------------------------------------------------
Sharon F. Malone
"web design and Internet writing services"
http://www.24caratdesign.com







More information about the thelist mailing list