I am developing a site that has scrolling images under a static image; (cut-out of woman) I need to nail down this static image so it does not move when resizing the browser or when clicking from page to page. The only work around I could find is to position the static image on-loading. "onload="LoadLocation();" onresize="LoadLocation()" This works ok, but the static image jumps or jerks into position. Any ideas out there? I'm fresh out of work-arounds on this one... Thanks, Rick View test site: http://65.36.227.70/sheriweb/
Would setting it's position to absolute and then specifying position work? I'm not totally sure, but it might.