I have created a website that works great in Firefox, IE8, Safaribut is a nightmarein IE7
See my problem with the photos at
http://www.jpollman-marketing.com/po...ite/manor.html
Any suggestions would be most appreciated
I have created a website that works great in Firefox, IE8, Safaribut is a nightmarein IE7
See my problem with the photos at
http://www.jpollman-marketing.com/po...ite/manor.html
Any suggestions would be most appreciated
It looks strange in firefox too, but that because the large images are absolutely positioned. To center them you could try this css
This will place the image in the middle horizontally, but you will need to remove the padding from the 'thumbnail span' and 'thumbnail span img' to get it to fit. Otherwise you would have to increase the width of the containerBlank.Code:.thumbnail:hover span { left: 50%; margin-left: -450px; top: 165px; visibility: visible; z-index:50; }
jennp (04-13-2011)
Bookmarks