View Full Version : How Do You Get The Back Of Every Xanga Post To Be Shadowed?


RestlessDreams
08-28-2006, 02:48 AM
I was trying to get my Xanga posts shadowed at the back, so that they look something like:



I know her Xanga posts aren't shadowed, but at the right she has the back of her information shadowed. I know how to do that, but I don't know how to apply the same affect to my Xanga posts. Can anyone help?

I already tried using this code:

table.blogbody
{ /* this edits the other the place where the blog is */
border: 2px solid #E7D7D7;
border-top:2px solid #E7D7D7;
width: 280px;
background-color:#000000;
filter: Alpha (Opacity=70);

And this code:

table.blogbody
{ /* this edits the other the place where the blog is */
border: 2px solid #E7D7D7;
border-top:2px solid #E7D7D7;
width: 280px;
background-color:#000000; Alpha (Opacity=70);

Assistance would be greatly appreciated!

GDxSweetChildren
08-28-2006, 03:55 AM
WELL, thats weird b.c the filter code you have at the end is the same that i use && it always works for me

table.blogbody
/* this edits the other the place where the blog is */
border: 2px solid #E7D7D7;
border-top:2px solid #E7D7D7;
width: 280px;
background-color:#000000;
filter:Alpha(Opacity=70);

but try the above code its just barely slightly different && i dont know if it makes a difference but try it anyway, but thats exactly how i have it on the layouts i made with a shadowed background the way you want it

&& the second code that you posted is definately not the right one, ill tell you that for sure...