TRiCKAS
Posts: 8
Joined: Wed Apr 23, 2008 2:20 pm

IE7 Strange Bug

Hello,
i am using the latest HighslideJS version and the following code for

Code: Select all

<a href="images.php?imageid=2139900&page=1">
<img id="img_2139900" width="210" height="120" alt="" src="http://localhost/site/images/thumbnails/image_21.jpg"/>
</a>

<a class="highslide" onclick="return hs.expand(this, {thumbnailId: 'img_2139900'})" href="/site/image.php?id=2139900&type=P" style="">
<img alt="" src="/site/images/zoom_in_gr.gif"/>
</a>
The expanded image is 420x240 and although it shows fine in Firefox and Safari, in IE7 it expands as 500x300 and i get a pixely image.
Thanks in advance.
It was a bug in php, just found it :) Sorry.

Return to “Highslide JS Usage”