Blog Question, Side blog and main blog transperancy? |
![]() ![]() |
Blog Question, Side blog and main blog transperancy? |
Dec 19 2007, 11:26 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
Is there a way to make your side column and your actual blog background transparent? I have my own background that I made, and I'd like to have these two tables show through so that it's visible.
|
|
|
|
Dec 20 2007, 12:27 AM
Post
#2
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,392 Joined: Nov 2007 Member No: 593,306 |
On your blog stylesheet, remember that you don't need style tags, so just insert this code:
CODE div, table, tr, td {background-color:transparent !important;}
|
|
|
|
Dec 20 2007, 10:45 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
thank you!
One last question. Is there a way to do the same thing with the block where the date is? |
|
|
|
Dec 20 2007, 11:27 PM
Post
#4
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,392 Joined: Nov 2007 Member No: 593,306 |
Try both of these, play with the opacity settings, and tell me how it goes.
CODE .latestBlogEntry { color: 000000; filter:alpha(opacity=65); -moz-opacity:.65; opacity:.65; } Or: CODE table tr td {
filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; } |
|
|
|
Dec 23 2007, 07:02 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
first one did nothing and the second one affected everything in my blog (as in making it semi transparent).
|
|
|
|
![]() ![]() |