----- Original Message ----- 
From: "David Hucklesby" To: "Angus at InfoForce Services""CSS-D" 
Sent: Sunday, June 12, 2005 9:21 AM
Subject: Re: [css-d] HR tag in CSS


: On Sat, 11 Jun 2005 12:39:23 -0700, Angus at InfoForce Services wrote:
: 
: > Can anyone tell me why the hr tag in my CSS file will show in IE
: > and not in Firefox 1.0.4? 
: >
: 
: Angus, I believe that Gecko-based browsers (Firefox, Moz, Netscape)
: color the HR using background-color instead of color. Try adding that.

this should work cross browser........
hr  {
 border: 0;
 height: 3px;
 color: #F5F5F5;
 background-color: #F5F5F5; }


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.7 - Release Date: 10/06/05

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to