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 19 2006, 08:39 PM
Post
#2
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 |
CODE table table table { border-width:SET PIXEL WIDTHpx; border-color:######; border-style:double; } That's my best guess... |
|
|
|
Apr 19 2006, 11:14 PM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Two borders? yes.
One huge border? yes. You should explain more about the diagram. It doesn't make much sense. |
|
|
|
Apr 20 2006, 01:22 AM
Post
#4
|
|
![]() 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> |
|
|
|
![]() ![]() |