Background image on left side titles?, Is this possible? |
Background image on left side titles?, Is this possible? |
Mar 12 2006, 10:38 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Mar 2006 Member No: 385,821 |
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? |
|
|
|
![]() |
Mar 12 2006, 10:44 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
CODE <style type="text/css"> [ http://www.xanga.com/oh321its_fishcakey ]
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> |
|
|
|
Mar 12 2006, 10:50 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Mar 2006 Member No: 385,821 |
I had the style tags, but something in there worked, so thank you
|
|
|
|
Mar 12 2006, 10:55 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
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. |
|
|
|
![]() ![]() |