Re: [css-d] Horizontal Rule Styling

2007-03-15 Thread david
Zoe M. Gillenwater wrote: > david wrote: >> Barney Carroll wrote: >> >>> When I've been required to create horizontal rules I usually just create >>> a div.horizontalRule. However if you still want to keep the HR for the >>> sake of non-CSS agents, you could wrap your HR inside a classed DIV,

Re: [css-d] Horizontal Rule Styling

2007-03-15 Thread Zoe M. Gillenwater
david wrote: > Barney Carroll wrote: > >> When I've been required to create horizontal rules I usually just create >> a div.horizontalRule. However if you still want to keep the HR for the >> sake of non-CSS agents, you could wrap your HR inside a classed DIV, and >> have >> >> .horizontalRul

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread david
Barney Carroll wrote: > [EMAIL PROTECTED] wrote: >> 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? > > I think the consens

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread christianz
7 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 capitalizin

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread christianz
: [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 nam

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread michael ensor
- 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 actuall

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread Ian Young
> > > 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; > >

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread jeffrey morin
On 3/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > 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

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread Barney Carroll
[EMAIL PROTECTED] wrote: > 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? I think the consensus is that you can't adequately

[css-d] Horizontal Rule Styling

2007-03-14 Thread christianz
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