Firefox is not reading stylesheets in ASP .net pages. Konquerer reads
them and there's no problem in Firefox with plain html. In the header I have
<link href="resources/styles.css" type="text/css" rel="stylesheet">
The stylesheet begins
BODY {
BACKGROUND-COLOR: F4ECC8; COLOR: 000000; MARGIN: 0; PADDING: 0
}
Anyone know what's going on?
Jon Cosby