Sorry for the delay in replying.
No, that's not right. The CSS directive "position:absolute;" fixes the position of the object relative to the page and you need it fixed to the viewport. For that you have to use "position:fixed;". You probably don't want outlines around the images and the "z-index" values can be the same as the two images aren't overlapping.
I've created this test page with in-line styling as an example.



Reply With Quote


Bookmarks