
@ Chastity you basically have it? i used an image off my profile since i couldn't find one in your code but it worked once i assigned a height/width. i pushed it off to the side a bit more and removed the overflow parts since it sounds like you're only going to use one image and so i'm guessing it won't need to scroll, but otherwise you're good o:
i hope you figure out who made it; i cobbled together a similar one for eriqua a while ago but yours' is so much cleaner lmao
[edit]
i did a dumb and forgot to include the corrected code, sorry ;w;
{
position:absolute;
top:0px;
left:780px;
height:240px;
width:240px;}
adjust height, etc as necessary (unless it's a 240x240 achievement icon square, lmao)
Add this into your code. You can change/edit the position and sizes, but this is the basic code I use for any floating image.
{left:950px; top:168px; width:200px; height:200px; position:fixed;}
Add this to the very bottom of your code outside the last div.
(minus the backslashes that add around "quotations" on forums, you don't need those! :P)

My problem was to position the image without setting its width and height. Now it's fixed! :D Thanks so much, both of you! ❤
