Log In · Register

 
CSS Help, getting two borders on one table
Krateguy09
post 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:

 
 
Start new topic
Replies
coldtrance
post 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>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: