some css help, another favour..

warui's picture
hello again, sign.

having trouble again with positioning.
this time i used the position: absolute;top:100px etc. method.

so the problem is, i position it and its all great in preveiw but then i save it and it looks waaaay different.

anyone know why this would happen, or how to fix it?

http://endlessforest.org/community/testing-31 there's the link.

thanks again guys, ahh css is hard.
Aivilo's picture

Could be a couple reasons.

Could be a couple reasons. The preview page displays differently than the page itself, and once you click submit you have a message at the top of the page saying the changes were saved. If you refresh, that disappears and can mess with your position settings.
Try refreshing after you submit the changes and see if that fixes it. If not, just adjust the values based on what comes up on the actual page and not what you see in the preview.
warui's picture

ah that changes it too, but

ah that changes it too, but its not that. sigh, its doing the thing the last one did, changing with every different screen resolution and what not.
how do i get it to stay put, and not move around the page when the screen gets smaller etc. ?
Aivilo's picture

You can try using

You can try using position:relative instead of absolute, and then have it positioned relative to whatever div box you want it to be above. Just be aware that when you use 'relative' it will position the image based on wherever the item above it in the script is.