|
Posted by Jonathan N. Little on 07/14/05 03:10
Beauregard T. Shagnasty wrote:
<snip>
>
> CSS:
>
> .dashes {
> border-top: 3px dashed #000000;
> margin-top: 5px;
> }
<snip>
Minor tweak:
..dashes {
border-top: 3px dashed #000000;
*border-bottom: 0;*
margin-top: 5px;
}
And a note:
Works on the Geckos: NN6+, Moz, FF.... but on the MS side requires 5.5+
Of course using the proper element, i.e. HR, means that it gracefully
degrades on non-compliant browsers. The line won't be dashed but it will
be a recognizable horizontal rule.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|