CSS body problem
Posted: Sun Jan 16, 2005 10:50 am
I have the following CSS in a seperate file:
And then I include that file in the page:
However, it does not seem to like the styling the text in Firefox; it works perfectly in IE.
Anyone know a way around this, or what's wrong with this?
Code: Select all
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #6e6e6e;
}
//-->
</style>Code: Select all
<link rel="StyleSheet" href="css.css" type="text/css" media="screen" />Anyone know a way around this, or what's wrong with this?