Positioning Static image over scrolling images on resize

Discussion in 'HTML & Website Design' started by rickvidallon, Dec 27, 2006.

  1. #1
    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/
     
    rickvidallon, Dec 27, 2006 IP
  2. OWL_on_NG

    OWL_on_NG Active Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #2
    Would setting it's position to absolute and then specifying position work? I'm not totally sure, but it might.
     
    OWL_on_NG, Dec 28, 2006 IP