blog, transparent |
blog, transparent |
Jul 5 2004, 02:20 PM
Post
#1
|
|
![]() ViCi0US ![]() ![]() ![]() ![]() Group: Member Posts: 167 Joined: May 2004 Member No: 16,492 |
uh...sorry it's sorta weird asking this becuz i knoe someone posted this already..i dunno wat's wrong wif mai eyes...but is there a certain code that can make you background transparent so you can see your background picture? cuz i can't make anything happen..so help?
|
|
|
|
![]() |
Jul 5 2004, 02:24 PM
Post
#2
|
|
![]() my pet rock doesn't like you ![]() ![]() ![]() ![]() Group: Member Posts: 258 Joined: Feb 2004 Member No: 4,866 |
This edits your side modules:
CODE <!-- begin code provided by createblog.com --> <STYLE> /* transparent module backgrounds - xanga.com/add_ons */ table.search TD, table.search, table.announcements, table.left TD { /* opacity maximum 100 */ filter: alpha(style=0,opacity=60); } </STYLE> <!-- end code provided by createblog.com --> This edits your blog body: CODE <!-- begin code provided by createblog.com --> <STYLE> /* transparent blog */ .blogbody, { /* opacity maximum 100 */ filter: alpha(style=0,opacity=60); } </STYLE> <!-- end code provided by createblog.com --> changes baclground color for blog CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> /* Blog Background Color */ .blogbody {background-color: #000000;}; </style> <!-- end code provided by createblog.com --> |
|
|
|
Jul 5 2004, 02:24 PM
Post
#3
|
|
![]() ViCi0US ![]() ![]() ![]() ![]() Group: Member Posts: 167 Joined: May 2004 Member No: 16,492 |
THX VERY MUCH!
|
|
|
|
![]() ![]() |