HOW DO U DO THIS PLZ HELP!!!!!! |
![]() ![]() |
HOW DO U DO THIS PLZ HELP!!!!!! |
Jan 1 2006, 01:36 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jan 2006 Member No: 339,687 |
How do u make the boxes transparent but not really like a friend of mine did
PLZ LOOK ! http://www.xanga.com/FunkeeMonkee242 Thanx Katie |
|
|
|
Jan 1 2006, 12:01 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,591 Joined: Dec 2004 Member No: 77,305 |
Erm, how'd this end up in requests?
TOPIC MOVED: XANGA >> XANGA HELP |
|
|
|
Jan 1 2006, 12:12 PM
Post
#3
|
|
![]() N!CK ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: May 2005 Member No: 144,660 |
enter this code into your layout...
table.blogbody { /* this edits the other the place where the blog is */; BACKGROUND-COLOR: #COLORHERE; FILTER: alpha(opacity=70); border: none; } or you can add FILTER: alpha(opacity=70); to your existing layout under the table.blogbody part of it... like in the code above. |
|
|
|
| *digital.fragrance* |
Jan 1 2006, 02:20 PM
Post
#4
|
|
Guest |
^actually that won't work. You forgot the style tags.
CODE <style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */; BACKGROUND-COLOR: #FFFFFF; FILTER: alpha(opacity=70); border: none; } </style> The color is set to white (FFFFFF), but you can change that. You can change the opacity # as well. |
|
|
|
![]() ![]() |