Replies

Jun 10, 2009 16 years ago
Zel
is ZOMBIE LONG TIME
User Avatar
Bo

So I want to insert an image into the lower-right-hand corner of the screen that scrolls with you. To do this on a different site I used this code (but it does nothing on my pet's profile):

BODY {background:url(

IMG URL) no-repeat fixed right bottom;}

I am pretty sure that I have to do something with THIS code for it to show up, but I'm not sure what:

body, html { padding-left:0px; padding-top:0px; background-color: ; background-image: url(IMG URL);

  }

They both go into style tags if it wasn't obvious :P Just plunking the image URL into the second code gives me a tiled background, and the qualifiers of "no-repeat" and "fixed right bottom" don't seem to work with it. Can someone help me?

[box=#2faced]

✨ 31 years old ✨ any pronouns ✨ Subeta time + 18 hours ✨

Other event-specific user interactions ✨ ✨ ✨ ✨ ✨
[/box]

Jun 10, 2009 16 years ago
ibook
is one for the books
User Avatar
Moopoo

try this code: body {background-color: transparent; background-image: url(URL); background-position: bottom right; background-attachment: fixed;background-repeat: no-repeat;}

forum image by
if you know where i can credit to them now, please let me know

[tot=ibook]

Jun 10, 2009 16 years ago
Zel
is ZOMBIE LONG TIME
User Avatar
Bo

Thank you very much, it worked :)

[box=#2faced]

✨ 31 years old ✨ any pronouns ✨ Subeta time + 18 hours ✨

Other event-specific user interactions ✨ ✨ ✨ ✨ ✨
[/box]

Please log in to reply to this topic.