entry opacity |
![]() ![]() |
entry opacity |
Aug 11 2004, 09:24 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 |
what would i add into my CSS to create and opacitized background color for my entries?
i tried the transparent blog but that makes my text transparent too, i just want the background to have an opacity of like 50 or something.. does anyone get what im saying? |
|
|
|
Aug 11 2004, 11:05 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2004 Member No: 39,549 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.blogbody{background:COLOR; filter: alpha(opacity=50);} </style> <!-- end code provided by createblog.com --> just change COLOR to a hex code. is this what you meant? try it and please tell me if it is |
|
|
|
![]() ![]() |