|
| |
|
|
Laurie Cesario
Posts: 31 Joined: 1/11/2002 From: Petoskey MI USA Status: offline
|
CSS Cells within Tables - 6/30/2006 11:55:44
Question on cells within tables.... We're in the process of re-desiging our website and want to use CSS as much as we can, but we still have a need to display our product info in tables. I've created a new class ".ool" for tables that will house our order online product info. My question is, can I modify the class .ool so that the cells (td) within those tables will have a border? The other table cells within our site cannot have a border. Here's what we have so far: p, td, div { border: none; color: #000000; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; text-decoration: none; } table.ool { color: #000000; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; text-decoration: none; text-align: center; border-color: gray; Is it possible to modify my table.ool class to accomplish this? Thanks! Laurie
|
|
|
|
Laurie Cesario
Posts: 31 Joined: 1/11/2002 From: Petoskey MI USA Status: offline
|
RE: CSS Cells within Tables - 7/3/2006 10:34:42
quote:
ORIGINAL: jaybee table.ool td{ border: 3px solid #cccccc; } Jaybee, Thanks so much for your help! I listed your "table.ool td" declaration above my original one in the stylesheet(see below). Is this the proper way to do it? ------------------------------ table.ool td{ border: 3px solid #cccccc; } table.ool { color: #000000; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: x-small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; text-decoration: none; text-align: center; border-color: gray; }
|
|
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
|
|
|