Okay so right now I want to put a gif in the bottom left part of my screen and have it stay there when someone scrolls through my page. I have tried to do this so many times but for some reason the image is restricted to the actual "profile" part of my page. The gif is still on my profile if seeing the problem itself would be more helpful. Also here's the code I used:
<div style="float: ; max-width: 200px; height: auto; position: fixed; left: 37px; bottom: 9px; z-index: 200;">
<img src="https://i.pinimg.com/originals/f2/fb/79/f2fb792fd30159a40646558ff091c9b1.gif" alt="Wii Gif"/></div>
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
kitsuanna
i've been having this problem too!! i honestly just gave up and moved them to the sides of my profile![😭](https://static.spacehey.net/emojis/v1/sob.png)
, it works just fine on blogs thought which just confuses me even more
Dang that sucks, although I did notice you also have the floating animation for your profile and I suspect it might be related to that. I’m not 100% sure though but I’ll play around with it tomorrow and hopefully resolve it if nobody posts a solution here
by ☆Kazuma☆; ; Report
ohh yeahh i never thought abt that being an issue x/, i don't know a thing abt coding lollz
![💔](https://static.spacehey.net/emojis/v1/broken_heart.png)
![💔](https://static.spacehey.net/emojis/v1/broken_heart.png)
i hope not cuz i quite like it, but i may have to choose between them if they don't work together
by kitsuanna; ; Report
Frost-Bite
that is weird and i don't know enough to be able to tell what's wrong with the code ... the only thing i can imagine is that it's in the wrong place relative to the rest of the code. fwiw mine isn't doing that, this is its code:
and it's outside of the style tags, i don't know if you can even put these within style tags
ok i lowkey expected it to do that but i guess you can't put code in comments my bad
by Frost-Bite; ; Report
Yeah, after messing around with it some more I think it might have something to do with the floating animation but idk for sure. And I tried putting in the style tag but it just made the image disappear lol. thx for commenting tho :)
by ☆Kazuma☆; ; Report