Ian Young wrote:
> Having put color of HR into class as follows:
>
> .hrcolor {color:#ff3333;}
>
> and html as <hr class="hrcolor" />
>
> renders ok in IE but not in FF.
>
> If I use background:#ff3333; then FF renders darker color.
>
> What say you for solution?
.hrcolor{
color:#ff3333; /* for IE */
background-color:#ff3333; /* for FF and Opera */
height:2px; /* for Opera */
border:none; /* to get rid of (dark) border in FF and Opera */
}
--
Els
http://locusmeus.com/
http://locusoptimus.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/