Eystein Alnaes wrote:
> 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
>
I don't remember where I stole this:
hr {border: none 0;border-top: 1px dashed #000;width: 50%;height: 1px;}
Maybe it will work for you. Maybe not.
~dL
______________________________________________________________________
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/