Help - Search - Members - Calendar
Full Version: Transparency, and Header Colors
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
jacksparrowsgirl03
does anyone know how i can make my DIV area transparent? Take a look at my xanga if u dont know what I'm talking about...
My Xanga
I put background-color: transparent but it doesn't seem to work, as u can see, the blog area is covering part of the image, I just want it to overlap the image but be transparent.
One more thing, u see the font in my blog and the colors of the headers? How do I change all that, cuz I dont like the fuzzy bold thing going on in my blog, and I want to change the headers to some pink colors, but do u know what part of the code I change to do that? Thanks to anyone who wants tah help!
DrNick311
Did you also make sure to make your Blogbody transparent?

Here try this:
CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
.blogheader, .caption {
color:  #COLOR HERE;
font-family: FONT HERE;
font-size: SIZE HERE;
background-color: #COLOR HERE;
border: none;
}

.blogbody {
color:  #COLOR HERE;
font-family: FONT HERE;
font-size: SIZE HERE;
background-color: #transparent;
border: none;
}

<!-- end code provided by createblog.com -->
jacksparrowsgirl03
yes i did that, but it still didnt work, i dont know why, but it was working yesterday, i didnt change anything, then it just stopped working......
jacksparrowsgirl03
ok wait guys i fixed it woohoo! party time lol, it was giving me a headache, but now i have one other problem hehe. do u see in my blog how the font is all blurry? How can i change that?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.