Background for entries |
![]() ![]() |
Background for entries |
May 22 2005, 06:10 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Mar 2005 Member No: 115,286 |
I don't know what you call this back ground I saw yesterday from a random site.
But this girl had a white backgroud but it's kinda transparent. Like, you can see that she has a back ground on her entries...but at the same time you can kinda see the background. Sorry, it's hard to explain. |
|
|
|
May 22 2005, 07:34 AM
Post
#2
|
|
![]() what the heck is a custom member title? ![]() ![]() ![]() ![]() Group: Member Posts: 166 Joined: Dec 2004 Member No: 76,834 |
im not sure what ure talking about but im going to take a stab at it. i think the background of the entries or the blogger is kinda transparent or has an opacity so that when the see through black goes over the white background it makes the blogger look grey?? *shrugs* i dunno. it would help if you could find that person's site again...
|
|
|
|
May 22 2005, 07:35 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,591 Joined: Dec 2004 Member No: 77,305 |
What exactly would you like us to help you on? Would you like the script?
|
|
|
|
May 22 2005, 11:17 AM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
She just has her entry background set to transparent, so that way you can see her background on her site.
CODE <style="text/css">
table.blogbody { /* THIS EDITS THE BLOG ENTRIES*/ background-color: transparent; width:400px; } </style> |
|
|
|
| *mona lisa* |
May 22 2005, 04:17 PM
Post
#5
|
|
Guest |
^That's completely transparent. She said "kinda transparent".
CODE <style="text/css"> table.blogbody { background: #FFFFFF url(http://urltotheimage); filter: alpha(opacity=70); } </style> You'll have to change the color and/or background URL if you want it and where it says 70. Paste into your HTML Header. |
|
|
|
May 23 2005, 01:30 AM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Apr 2005 Member No: 121,922 |
I think i understand, i think it was like a filter for the entry, it added a transparent-ish filter on the entry that made it where it added a filtered look, kindof like a filter on a spotlight or a video camera
|
|
|
|
May 23 2005, 10:53 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Mar 2005 Member No: 115,286 |
Hi again. Thanks everyone.
You guys are sooooo great. And I relly appreciate your help. So, here's what I'm talking about www.xanga.com/KiSSME__iMASURFER I like the traparentish of her entry border and left module. But I think...I need a colored abakcground for that eh? because my bakcground is completely white :P thanks <3 |
|
|
|
May 23 2005, 11:02 PM
Post
#8
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
it's in the xanga scripts; please check before posting. ^^;
CODE <STYLE> /* transparent blog */ .blogbody, { /* opacity maximum 100 */ filter: alpha(style=0,opacity=60); } </STYLE> for transparency. CODE <style type="text/css"> /* Blog Background Color */ .blogbody {background-color: #000000;}; </style> for the color. http://www.createblog.com/forums/index.php?showtopic=3957 |
|
|
|
![]() ![]() |