Gayner Posted November 28, 2009 Share Posted November 28, 2009 Dependless on what browser/resolution a user has this image will displayed in buttom right hand corner possible? Link to comment https://forums.phpfreaks.com/topic/183187-position-image-bottom-right-even-if-user-changes-desktop-dimensions/ Share on other sites More sharing options...
haku Posted November 29, 2009 Share Posted November 29, 2009 <div id="sticky">stick this to the bottom right.</div> css: #sticky { position:absolute; bottom:0; right:0; } Link to comment https://forums.phpfreaks.com/topic/183187-position-image-bottom-right-even-if-user-changes-desktop-dimensions/#findComment-967406 Share on other sites More sharing options...
mrMarcus Posted November 29, 2009 Share Posted November 29, 2009 also, fixed is an option. not sure how cross-browser friendly it is, but it's just something else for you to look into. Link to comment https://forums.phpfreaks.com/topic/183187-position-image-bottom-right-even-if-user-changes-desktop-dimensions/#findComment-967749 Share on other sites More sharing options...
haku Posted November 29, 2009 Share Posted November 29, 2009 Actually, fixed is the only way to do it - I was wrong in my original post. Position fixed is mostly cross-browser friendly. It doesn't work in IE6 though. Link to comment https://forums.phpfreaks.com/topic/183187-position-image-bottom-right-even-if-user-changes-desktop-dimensions/#findComment-967753 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.