Replies

Jul 29, 2017 8 years ago
AceMage
is synthetic
User Avatar
Ooze

Hello, what code would I need to use if I wanted to put an image in the very bottom right corner of my user profile?

Art by

Jul 30, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

@ AceMage try this { position: fixed; bottom: 50px; left: 1250px; height: 100px; width: 129px; z-index:-1;}

rename the div to whatever you want, add the first bit between your style tags somewhere and the second bit outside it with your hello bit.

there's probably a better way to position that, but it'll stick in the bottom corner for sure, and it should stay behind your comment box, shops, etc

oh sacred spork, smite mine enemies [flower=jensen]

Jul 31, 2017 8 years ago
AceMage
is synthetic
User Avatar
Ooze

Thank you! I didn't think it was working for a while because I couldn't see the image. But then I reduced the size of the image and started seeing a bit of it on the screen. So I adjusted the position and now I can see the whole thing. :)

Art by

Jul 31, 2017 8 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

if you position it from the right instead of the left (i.e. bottom: 10px; right: 10px) that will ensure it is visible on all screen resolutions.

Jul 31, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

@ AceMage np, i'm glad it worked! if you need to change it in the future, you might try using relative positioning to see if it works better - i did fixed bc it seemed like the easiest way to do it when i was messing with my own profile but now that i see it in action, i realize your image doesn't move with the rest of your profile when you change the size of the browser window s:

oh man, i knew i was missing something, thanks for the correction ;w;

oh sacred spork, smite mine enemies [flower=jensen]

Jul 31, 2017 8 years ago
AceMage
is synthetic
User Avatar
Ooze

Oh! That worked great, thank you!

Art by

Please log in to reply to this topic.