For me one of the best things about jQuery is that I don't have to
worry about browser compatiblity. I wrote some code to extend an
excisting jQuery application (Galleria) and only tested it in
FireFox.
I split a long list with thumbs in several blocks: deel0, deel1,
deel2 ... etc. After that I hide every block except the first one. If
the visitor clicks on "Next serie" I hide the first block and show the
second.
All seemed to go well until I tested the page in IE6. The jQuery
effects "hide" and "show" work fine in FireFox but not in IE6. When I
click on "Next serie" the next block of thumbs don't show. Only some
grey contours appear.
Example:
http://www.justwebit.nl//hideshow.phpRegards,
Tahooft