Results 1 to 3 of 3

Thread: Pop Up image position issues

  1. #1
    Join Date
    Jun 2008
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pop Up image position issues

    I am using the pop up image ccs and have it working... but for some reason my pictures pop up on different pages in different areas. Any suggestions to correct would be appreciated. I dont understand how the code is telling some pages to open in one spot and other pages another spot??

    Please view these pages to see code and see what I mean. I want all pics to open next to thumbnail.

    The way I want it:
    http://store.mysweetmystique.com/servlet/Categories?$catalog.Oem=Fantasy+LIngerie

    They way I DONT want it:
    http://store.mysweetmystique.com/ser...rie/Categories

    Thanks~ Cristy

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The only differences in the styles on the pages (the linked stylesheets do not exist) are -

    good:

    Code:
    .thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: auto;
    left: auto; /*position where enlarged image should offset horizontally */
    
    }
    bad:

    Code:
    .thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 225;
    left: 125px; /*position where enlarged image should offset horizontally */
    
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2008
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks!!

    Thanks John... I knew I was missing something! Totally spaced that I made a separate template for my categories.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •