background+extended image, both? |
![]() ![]() |
background+extended image, both? |
Aug 27 2006, 07:40 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2006 Member No: 456,672 |
Hey guys,
I have a problem with background pictures.. indeed I would like to add an extended picture (got the code on this site) aswell as a background picture for the whole profile. but I can't get them work together (it works seperatly tho). is there anyone who could provide me a correct code to add both things on a same layout plz? thanks! |
|
|
|
Aug 27 2006, 10:01 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
<style type="text/css">
body {background-color:COLOR HERE;background-image:url(URL HERE);background-position:POSITIONHERE;;background-repeat:REPEATORNO-REPEAT;background-attachment:FIXEDORSCROLL;} .blacktext12{background-image:url(URLHERE);background-position:POSITIONHERE;background-repeat:no-repeat; overflow:hidden;height:NUMBERHEREpx;width:NUMBERHEREpx; font-size:0.5px;text-align:left;color:COLORHERE;padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;display:block;line-height:0px;} </style> ^Edit what is desired. |
|
|
|
Aug 27 2006, 10:51 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2006 Member No: 456,672 |
Thanks a lot! Well appreciated.
|
|
|
|
![]() ![]() |