Jump to content
xisto Community
Sten

Fixed Positions In Ie :(

Recommended Posts

Does anyone know how to get fixed positions to work in Internet Explorer? Or something so they still stay in the same spot when you scroll down?I'm making something and I need 2 images fixed, on in top left corner and one in bottom right corner. its really annoying, so does anyone know what to do? cos i dont and i really need to, lol, for a little something im doing.just another problem with internet explorer, its terrible!anyway anyone know what to do?

Share this post


Link to post
Share on other sites

Does anyone know how to get fixed positions to work in Internet Explorer? Or something so they still stay in the same spot when you scroll down?
I'm making something and I need 2 images fixed, on in top left corner and one in bottom right corner. its really annoying, so does anyone know what to do? cos i dont and i really need to, lol, for a little something im doing.

just another problem with internet explorer, its terrible!

anyway anyone know what to do?

Use css to put the image on top left corner, something like this will work i guess:
#imageTopLeft { position:absolute; top:0px; left:0px }
For the image on bottom right corner i also guess that you must use css but right now i don't know how to do it.

Best regards,

Share this post


Link to post
Share on other sites

I've told you how to do this already, but anyway

.fixedwrapper { position: fixed; width: 100%; height: 100%; }.(thing you want fixed) { position: absolute; top: (top); left: (left); right: (right); bottom: (bottom); }


<div class="fixedwrapper"><whatever class="(thing you want fixed)"></div>

That works

Share this post


Link to post
Share on other sites

lol jay, i dont remember it when u just tell me.and wasnt that the day when we were all stompy in the multimedia room? lmao

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.