Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Anything Zoomer funny behaviour

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33935
    dygallagher
    Member

    Hi, I’m having an issue on an implementation of the excellent Anything Zoomer whereby the zoom window appears and disappears – especially if you zoom over the image and then move your mouse over to the text on the right, then try to zoom again.

    Here’s the page it’s on http://www.brunoandbean.com/product/thin-plastic-rug-1107.cfm?dep=living&optionid=116

    Can you help?

    Many many many thanks :)

    Damien

    #85063
    Mottie
    Member

    It appears that the problem might be the padding on the wrapper. Change the wrap css to this:

    #wrap {
    width: 500px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    }
    #85065
    dygallagher
    Member

    Thank you Mottie! That’s puurrrfect :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.