I've been looking around for this without finding a working solution, is
there any way to style a horisontal ruler in IE? More specifically I'm
looking for the equalent of a 1px dashed border, but I want to avoid using a
<div> for semantic reasons. For standard browsers I've used

hr.ruler {
    padding: 0;
    margin: 0;
    border: none;
    height: 1px;
    background: transparent url(../../Media/Common/hr.gif);
}

Eystein
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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