PDA

View Full Version : Transparent friends block


vidznet
December 12th, 2006, 06:52 AM
how to you make the friends block transparent.. coz the back ground image cannot be seen properly because it covers the image

Thefairies
April 16th, 2007, 11:19 PM
.thefairie { Table Properties }
table table { border: 0px }
table table table table{border:0px}
table table table {
background-color:transparent;
}

table table table td {
background-color:transparent;
filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; -khtml-opacity:0.85; }
table table table table td {filter:none;}