So I have been working on a solution for the bug with IE 6 and IE 7 where the first image doesn't load if the visitor has been to the gallery and then visits again and the first image doesn't load.
This has been a fix that is hard to diagnose simply because IE 6 and IE 7 do not output any debugging info as to help with the process. So my only way to fix the error is to take a guess at what is happening.
The gallery loads all the images using javascript functions and writing to the page after everything has loaded. My idea is to have the first image actually be output into the html when the page renders.
I've been working on a solution but I need help with people running IE 6 and IE 7, I don't run windows so it's hard for me to test it easily. Visit this link: http://www.e2interactive.com/e2_photo_gallery/e2_photo_gallery_full/ and let me know if the error still happens or help me debug this nagging error.
