PDA

View Full Version : More Depth :: Table Borders*


Scott X
10-13-2007, 07:03 PM
I want to give my table borders more of a 3-D kind of look in between them, instead of just 1 solid line/color, like this LINK (http://aycu09.webshots.com/image/20408/2001128903971668490_rs.jpg) How do i go about doing that? i can only choose single colors in the main css, so i don't know.

l SKN l CHRIS
10-13-2007, 08:50 PM
its top and right borders

you would add a code that looks something like this to your alternate 1 & 2 css fields

border-right: 1px solid #212121;
border-top: 1px solid #212121;

of course change 212121 to your color of choice