Log in

View Full Version : Pop Up image position issues



cristywisty
06-22-2008, 08:47 AM
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/servlet/-strse-Bridal-Lingerie/Categories

Thanks~ Cristy

jscheuer1
06-22-2008, 01:32 PM
The only differences in the styles on the pages (the linked stylesheets do not exist) are -

good:


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

}

bad:


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

}

cristywisty
06-23-2008, 03:41 AM
Thanks John... I knew I was missing something! Totally spaced that I made a separate template for my categories.