This is probably a generic ImageGen question rather than a Umbraco-question, but that is why it is here in the Misc. section ;)
See, I'm building a gallery based on
Galleria - a cool jQuery plugin. It creates a gallery out of ordinary HTML List-tags (<LI>). I then use ImageGen to resize the big images that appear to a certain size when you click the thumbnails.
Galleria uses an anchor to display the big images (see below). Now the problem.. Everything works fine in browsers like IE7, FX3 and Safari 3, but older browsers like IE6 and Safari 2 does not understand the construct below - it will display "Hello world" which is ImageGen 2.0.1's default text.
<li><a href="/umbraco/ImageGen.ashx?image=/media/367/picture_9.jpg&height=600&width=600&compression=95&constrain=true"><img src="/media/219/picture_9_thumb.jpg"></a></li>
Do you have an idea why this is only a problem on older browsers?
Best Regards
Simon
Level 0 uncertified ;)