On Sat, 11 Jun 2005 15:39:23 -0400, Angus at InfoForce Services <[EMAIL PROTECTED]> wrote:
Can anyone tell me why the hr tag in my CSS file will show in IE and not in
Firefox 1.0.4? And yes the CSS validates.
Don't remember where I got this, but it works well cross browser.
/*Horizontal Rules*/
hr { border: none; /* For Internet Explorer */ color: #CFDEE1; height: 1px; text-align: right; width: 100%; }
html { background: #EBECF1; margin: 0; padding: 0; }
html>body hr { background-color: #CFDEE1; border: none; /* For Gecko-based browsers */ height: 1px; margin-right: 0; width: 100%; } html>body hr { background-color: #CFDEE1; border: 0px solid #CFDEE1; /* For Opera and Gecko-based browsers */ height: 1px; margin-right: 0; width: 100%; }

Regards,
David Laakso





CSS: http://infoforce-services.com/css/ifsmain.css
 http://infoforce-services.com/css/ifsmain.css
Angus MacKinnon

--
http://www.dlaakso.com/

______________________________________________________________________
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