semi-transparent boxed entry background, anyone know how? |
semi-transparent boxed entry background, anyone know how? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2004 Member No: 2,467 ![]() |
yea..im just trying to get the seperate boxes around each of my entries to be semi-transparent, so i can still see the background picture, but have just enough color to be able to read the text.
right now, its just a black background around the text, that's what i want to be semi-transparent..thanks ![]() http://www.xanga.com/home.aspx?user=PLuNdeRed_SOUL |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Jan 2004 Member No: 1,839 ![]() |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody { border: 1px solid white; background-color: black; filter: alpha(opacity=50); } </style> <!-- end code provided by createblog.com --> Take out the coding you have for .blogbody and replace it with that. ![]() |
|
|
![]() ![]() |