>
> > 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
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.11/721 - Release Date: 13/03/2007
16:51

______________________________________________________________________
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