Help - Search - Members - Calendar
Full Version: Background image on left side titles?
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
cheesecake
I want to put a background image behind the titles of my left side modules ("subscriptions", "posting calendar", etc) but I can't get it to work. Here's what I have:

CODE
table.left th {
background-image:url ("");
background-repeat: fixed;
background-position: bottom;
background-color:transparent;
font: bold 14px times;
text-transform: lowercase;
color: #8c1717;
border: 0px solid #99ccff;
}


The picture works, I know that. (I did put the URL in, it didn't work)

Is this even possible?
talcumpowder
CODE
<style type="text/css">
table.left th {
background-image:url("http://img.photobucket.com/albums/v394/Kanita-chan/340288_5501.jpg");
background-repeat: fixed;
background-position: bottom;
background-color:transparent;
font: bold 14px times;
text-transform: lowercase;
color: #8c1717;
border: 0px solid #99ccff;
</style>
[ http://www.xanga.com/oh321its_fishcakey ]
cheesecake
I had the style tags, but something in there worked, so thank you biggrin.gif
talcumpowder
I know. But I didn't. -.-U You put a space between url&("");, which is unessecary, if you were wondering. PM me if you'd like this reopened.
-> Topic Closed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.