Now that solution works perfect in IE, but undoes the perfection that used to 
exist in Firefox.
    
 -----Original Message-----
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: [email protected]
 Sent: Wed, 14 Mar 2007 10:15 AM
 Subject: Re: [css-d] Horizontal Rule Styling
 
  ----- Original Message ----- 
From: "Ian Young" 
Sent: Thursday, March 15, 2007 6:02 AM
Subject: Re: [css-d] Horizontal Rule Styling


: >
: > > Does anyone know how to get a colored HR (no, I don't mind capitalizing
: > > the tag name when it's not actually in an XHTML document) to
: > show properly
: > > without a white border in IE and without rounded edges in Firefox?
: > >
: > > Here's the code I'm using now:
: > >
: > > HR { border: none;
: > > background-color: #AD650D;
: > > height: 14px;
: > > width: 360px; }
: > >
: 
: HR {border-top:1px solid #ad650D;height:1px}
: 
: Cheers
: 
: Ian

hr { height : 3px;  border-width : 3px 0px 0px 0px;  border-style : solid;  
border-color :  silver;  color : silver; }

works across (most)  browsers AFAIK



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.10/720 - Release Date: 12/03/07 19:19
   
________________________________________________________________________
Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam 
and email virus protection.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to