navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Dotted Lines ???

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Dotted Lines ???
Page: [1]
 
pcguy

 

Posts: 124
From: None
Status: offline

 
Dotted Lines ??? - 11/26/2003 10:14:13   
Can I make/change a table border into dotted lines with CSS?

I'm interested in learning about dotted lines in CSS (I've seen it done before) and I don't know where to start.

If it is possible, what browsers is it compatible with?

Thanks for any info! :)
Shirley

 

Posts: 3126
Joined: 1/8/1999
From: Omaha, Ne USA
Status: offline

 
RE: Dotted Lines ??? - 11/26/2003 10:22:25   
You can make this a class or add it to your table

table {
border: 1px dotted Black;
}

OR...Class

.dottedlines {
border: 1px dotted Black;
}

_____________________________


Everything But Cake


(in reply to pcguy)
pcguy

 

Posts: 124
From: None
Status: offline

 
RE: Dotted Lines ??? - 11/26/2003 10:25:31   
Very cool - thanks!!!

What versions of NN and IE will that work in?

Thanks!

(in reply to Shirley)
Nancy

 

Posts: 3626
Joined: 11/9/1999
From: Nebraska
Status: offline

 
RE: Dotted Lines ??? - 11/26/2003 10:59:31   
NN7 will show dotted lines, NN4 will show no lines at all. IE 5 will show a solid line, and IE 5.5 and 6 will show dotted. Opera 6 will show dotted lines.

Nancy

_____________________________

Easy Estimates -- is a simple to use tool to quickly build a Web site page enabling visitors to quickly and easily create an estimate of the cost of services that you provide.

(in reply to pcguy)
pcguy

 

Posts: 124
From: None
Status: offline

 
RE: Dotted Lines ??? - 11/26/2003 11:04:41   
Here's a dumb question, in this line:

border: 1px dotted Black;

Where can I find all the "attributes" for border (as an example)?

Is there a list of objects and attributes for CSS somewhere?

Thanks!

(in reply to Nancy)
Nancy

 

Posts: 3626
Joined: 11/9/1999
From: Nebraska
Status: offline

 
RE: Dotted Lines ??? - 11/26/2003 11:46:29   
http://www.w3.org/TR/CSS2/box.html#border-properties

Nancy

_____________________________

Easy Estimates -- is a simple to use tool to quickly build a Web site page enabling visitors to quickly and easily create an estimate of the cost of services that you provide.

(in reply to pcguy)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Dotted Lines ??? - 11/26/2003 12:25:10   
I also like www.w3schools.com/css

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Nancy)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Dotted Lines ???
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts