Page 1 of 1

transparency

Posted: Tue Nov 11, 2003 6:50 am
by gavinbsocom
Is there such a color code that you put it, that makes something transparent. Like seperating rows of information ,,, the best example of what im trying to do is... http://www.gamebattles.com on the left hand side you can see that all the different links are seperated by a space.. It seems if though they are transparent. Thankyou.

Posted: Tue Nov 11, 2003 7:04 am
by vigge89
just make a row/column with no background, no content and a fixed width/height, or, you can user this:

Code: Select all

style="background-color:transparent"
in your tabletag or whatever.

Posted: Tue Nov 11, 2003 4:52 pm
by gavinbsocom
for the row would be <td></td> ? or <tr><td></td></tr>

Posted: Wed Nov 12, 2003 7:35 pm
by m3rajk
<tr></tr> is a row tag. in your css, have

tr{ background-color:transparent; }