View Full Version : Style sheet not working in netscape


g5604
08-31-2003, 03:31 PM
Hi,

My style sheet works in IE but not netscape, any ideas??

http://www.swaft.co.uk/test/test.htm

kittycat
08-31-2003, 03:49 PM
BODY {
margin:19px 19px 19px 10px;
font-size: 9px;font-family: verdana, helvetica, arial;
SCROLLBAR-FACE-COLOR: #dce0e2;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #687888;
SCROLLBAR-3DLIGHT-COLOR: #687888;
SCROLLBAR-ARROW-COLOR: #6e7e88;
SCROLLBAR-TRACK-COLOR: #bcbfc0;
SCROLLBAR-DARKSHADOW-COLOR: #dce0e2;

}

p {
font-size: 11px; COLOR: #666666; FONT-FAMILY: verdana, sans-serif, helvetica, arial;
margin:10px 10px 10px 10px;
}

Try that for the first two sections, the parts in red are the errors I noticed. I didn't see any others.

g5604
08-31-2003, 04:25 PM
Thanks 4 that