news-server wrote on 14 aug 2003 in
comp.infosystems.www.authoring.stylesheets:
Quote:
I was wanting to get a dotted line..Such as they have on
http://www.e-cbd.com/
By the way..the part I am talking about is the dotted line above news,
showcase and surrounding the toolbar. |
I see no dots there
Quote:
What part of the CSS in dreamweaver is this going to be under? |
Don't know nothing about thos weavers
But perhaps this will help:
<style>
hr { border:none;border-top:dotted 2px black }
.vr { width:0;height:250px;margin-left:50%;border-left:dotted 1px red;}
.box { width:650px;height:50px;border:dotted 1px green;}
</style>
<div class=box>
<div class=vr></div>
<hr>
<div class=vr></div>
</div>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)