CSS Help, getting two borders on one table |
CSS Help, getting two borders on one table |
Apr 19 2006, 08:33 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Mar 2005 Member No: 118,711 |
Is that at all possible? All help is appreaciated.
what I mean is something like this:
|
|
|
|
![]() |
Apr 20 2006, 01:22 AM
Post
#2
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
it looks like a large inverted border:
table table { border: 0px } table table table table{border:0px} table, tr, td { background-color:transparent; border:none; border-width:0;} table table table { border-style:Style here; border-width:#px; border-color:000000; background-color:FFFFFF; } ^change the "Style here" and the "#" possible styles: solid, dashed, dotted, double, ridge, groove, inset and outset i would try playing around with the ridge, groove, inset and outset styles with a large pixel number to see if you can get what you want. example: <style type="text/css"> table table { border: 0px } table table table table{border:0px} table, tr, td { background-color:transparent; border:none; border-width:0;} table table table { border-style:outset; border-width:30px; border-color:CC2222; background-color:FFFFFF; } </style> |
|
|
|
Krateguy09 CSS Help Apr 19 2006, 08:33 PM
I own yourr face. CODEtable table table {
border-width:SET PIX... Apr 19 2006, 08:39 PM
toyo loco Two borders? yes.
One huge border? yes.
You sho... Apr 19 2006, 11:14 PM![]() ![]() |