kyokun
04-08-2005, 05:01 AM
what is the html for a background that when you scroll down the page, it stays with you?
:lolol: thanx
:lolol: thanx
|
View Full Version : background help plz! kyokun 04-08-2005, 05:01 AM what is the html for a background that when you scroll down the page, it stays with you? :lolol: thanx tokyo bleu 04-08-2005, 05:05 AM <body background="URL" bgproperties="fixed"> kyokun 04-08-2005, 05:14 AM thank you very much! but, what if the code is in this form: body { background:#000000 url("________________________bg.jpg"); background-position: right; background-repeat:repeat-y; background-properties: fixed scrollbar-arrow-color: #3E293A; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; pb&j 04-08-2005, 05:16 AM thank you very much! but, what if the code is in this form: body { background:#000000 url("________________________bg.jpg"); background-position: right; background-repeat:repeat-y; background-properties: fixed scrollbar-arrow-color: #3E293A; scrollbar-track-color: #000000; scrollbar-shadow-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; you already have it there ^^ if it does not work, please post a link to your problem page. kyokun 04-08-2005, 05:19 AM eh? o, no, i just put it there to c if it would work, but it didnt Valkyrie 04-08-2005, 05:21 AM You're missing a semi-colon ...it should be background-properties: fixed ; kyokun 04-08-2005, 05:24 AM it wont work here is my page: www.xanga.com/youslayme tokyo bleu 04-08-2005, 06:14 AM On your Look & Feel (http://edit.xanga.com/claf.aspx) page, scroll down to the Background section. There is menu that allows you to select "keep it fixed". If you want to fix your CSS, replace background-properties with: background-attachment: fixed; pb&j 04-08-2005, 04:49 PM this may or may not help, but delete this line that appears after your body css.... :link {color: #0000FF; text-decoration: underline; } |