Forum Moderators: not2easy

Message Too Old, No Replies

CSS Works for IE, but not in netscape & mozilla

CSS and Browser versions

         

grahamlovelady

1:44 pm on Aug 14, 2006 (gmt 0)

10+ Year Member



This is in my CSS File
a.header:link { color: white; background: transparent;
font-family: Verdana, Arial, Helvetica,
sans-serif; font-size='80%';}
a.header:visited{ color: white; background: transparent;
font-family: Verdana, Arial, Helvetica,
sans-serif; font-size='80%';}
a.header:hover { color: yellow; background: transparent;
font-family: Verdana, Arial, Helvetica,
sans-serif; font-size='80%';}
a.header:active { color: white; background: transparent;
font-family: Verdana, Arial, Helvetica,
sans-serif; font-size='80%';}

This is in my HTML
<a class='header' href='./'>Home</a>

IE works great, but Mozilla and Netscape seem to ignore it.

Any help would be appreciated

benihana

1:51 pm on Aug 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



font-size='80%';

should be

font-size:80%;

welcome to WebmasterWorld