Translucent tables., Help? |
Translucent tables., Help? |
Jun 3 2005, 08:40 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Jan 2004 Member No: 525 |
http://www.createblog.com/skins/download.php?id=1498
I'm using that layout for my Myspace. I decided to change it a bit, and all night I've been trying to make just the white tables translucent. When I found a code that worked, it would make my whole page translucent, but that's not what I want. Can someone please help me? |
|
|
|
![]() |
Jun 3 2005, 10:44 PM
Post
#2
|
|
![]() High Voltage!∞ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,728 Joined: Jul 2004 Member No: 29,157 |
Try putting the code code where it says table? And where the background is white. Sorry...I didn't quite get your question.
|
|
|
|
| *Azarel* |
Jun 3 2005, 10:47 PM
Post
#3
|
|
Guest |
QUOTE(xSWEETxCANDiix @ Jun 3 2005, 8:44 PM) Try putting the code code where it says table? And where the background is white. Sorry...I didn't quite get your question. She wants the white tables to be see-through. It has something to do with the alpha filter for opacity, but I haven't exactly figured out the coding yet.
|
|
|
|
Jun 3 2005, 10:50 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Jan 2004 Member No: 525 |
xSWEETxCANDiix, I've already tried that. Like I said, it ended up making my whole page, including the font and content, translucent. All I want to be see-through is just the white background for the tables.
|
|
|
|
Jun 4 2005, 02:35 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 45 Joined: May 2005 Member No: 139,883 |
This:
filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50;) goes inside style sheet with this: table table table td like so: |
|
|
|
![]() ![]() |