Can you give url to the site? have you checked the html source that does the thumbnails link to correct files?
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Hmm.. Seems ok and works in Firefox and IE7 for me.. do you mean that it doesn’t work in IE6?
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Use an Ajax request to get your image.
If I saw correctly you are just replacing the image path.
In IE6 it does not work like that.
Quote from: xpix at Apr 28, 2008, 05:46 PM
Use an Ajax request to get your image.
If I saw correctly you are just replacing the image path.
In IE6 it does not work like that.
That example what I wrote to MaxiGallery wiki article worked in IE6 at the time I wrote it.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Maybe so...
But I had a similar problem and it was only in IE6 and using an Ajax request fixed that.
One thing that seems a bit odd is that you have this in head section: <base href="
http://www.beautifulsins.com/er/"></base>
and the image links have following url: "/er/assets/galleries/9/1bath11.jpg"
So that /er is doubled.. but don’t know if it matters because if IE6 can still display the thumbnails and they have the /er also in the url.. hmm.. I need to find an access to IE6 I guess.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."