Hi,
I'm working on a website with simple jquery effects, like show, hide...
http://emilione.altervista.org/works.html
This page works well with IE8, FF3.6 and Chrome 5, but there are some problems with IE7.
How to reproduce the problem:
-click on "x" thumb -> the content relative to the thumb is shown
-click on the same thumb -> content disappear
-click on "y" thumb -> content "x" and "y" appear together overlying ("x" image with "x" text and "y" image with "y" text)
Error preview: yfrog.com/ngproblemaxj (with http://)
If it's not clear, I want to show 1 image with corresponding text individually. In linked screenshot you can see two images, one above the other!
With IE8 developer tools (IE7 browser mode) css diplay property seems to be set correctly but I notice the presence of "jQuery1281468352670", "sizcache" and "sizset" attributes in html view.
I'm not able to find a solution and I hope for your help especially for "Preview()" function in "works.js" file.
Thanks
(Sorry for my poor english)