HighDots Forums  

How Do I get a dotted line using a CSS?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss How Do I get a dotted line using a CSS? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
news-server
 
Posts: n/a

Default How Do I get a dotted line using a CSS? - 08-14-2003 , 09:49 AM






Hi,

I was wanting to get a dotted line..Such as they have on
http://www.e-cbd.com/
What part of the CSS in dreamweaver is this going to be under?

By the way..the part I am talking about is the dotted line above news,
showcase and
surrounding the toolbar.

Thanks




Reply With Quote
  #2  
Old   
Evertjan.
 
Posts: n/a

Default Re: How Do I get a dotted line using a CSS? - 08-14-2003 , 10:17 AM






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)


Reply With Quote
  #3  
Old   
Matt Rushton
 
Posts: n/a

Default Re: How Do I get a dotted line using a CSS? - 08-15-2003 , 11:03 AM



i think its dashed.

i tried dotted and it didnt work in one browser but i cant remember which
one. im using dashed now and it works in IE, mozilla, and Opera.

in dreamweaver, when you define a new style it should be under the border
category in the syle drop down.

Matt

"news-server" <lonerngraus (AT) yahoo (DOT) com.au> wrote

Quote:
Hi,

I was wanting to get a dotted line..Such as they have on
http://www.e-cbd.com/
What part of the CSS in dreamweaver is this going to be under?

By the way..the part I am talking about is the dotted line above news,
showcase and
surrounding the toolbar.

Thanks






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.