|
| |
|
|
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
|
|
|
|
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!
|
|
|
|
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.
|
|
|
|
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!
|
|
|
|
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.
|
|
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
|
|
|