Re: CSS Font Color Rendering Problem
I created this style in the head of the an html doc:
<style type="text/css">
<!--
.dontforget {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #9F4D21;
}
-->
</style>
I then applied it to the text DON'T FORGET OUT EVENT ON with this code:
<body class="dontforget">
It worked fine in IE 6 and Firefox 2.0.0.12.
I did not include the /1.5 em which Dreamweaver told me was not supported syntax.
...Duane
|