making modules semi-transparent, need help/code to make all modules semi-transparent |
![]() ![]() |
making modules semi-transparent, need help/code to make all modules semi-transparent |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Apr 2005 Member No: 126,996 ![]() |
Ok, so i had this layout that had these semi transparent modules (about me, friends, comments, profile, everything) but when i changed my layout, i forgot to keep the code for the transparency. ive tried looking for the layout again, but i cant find it, and what im looking for doesnt seem to be in the scripts (i didnt think it would be) any help?
|
|
|
![]()
Post
#2
|
|
![]() my michelle. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 792 Joined: Oct 2005 Member No: 267,094 ![]() |
Do you mean to change opacity of tables?
Try this: CODE <style type="text/css"> table table table td { filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; -khtml-opacity:0.60; } table table table table td {filter:none;} </style> Change the opacity as you wish, it's set to 60%. |
|
|
![]() ![]() |