ZermattMan
08-28-2012, 12:30 AM
Script: :: jQuery Image Magnify v1.11
http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
I am not sure if this is the right place to put this; problem may be in JScript, XML CSS... But here goes:
Image magnifier works fine when put straight onto HTML page.
i.e. This is fine:
<img src="POW.jpg" class="magnify" style="width:200px; height:150px">
But when I embed this in XML string, like so:
<img src="POW.jpg" class="magnify" style="width:200px; height:150px" >
the image appears, and the style is applied, but "magnify" is ignored.
The XML is data to the Simile Timeline JS library.
I have put all the relevant files into the same directory in an attempt to remove some variables!
Any help for this poor benighted newbie would be much appreciated!
Andrew McGurk
http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
I am not sure if this is the right place to put this; problem may be in JScript, XML CSS... But here goes:
Image magnifier works fine when put straight onto HTML page.
i.e. This is fine:
<img src="POW.jpg" class="magnify" style="width:200px; height:150px">
But when I embed this in XML string, like so:
<img src="POW.jpg" class="magnify" style="width:200px; height:150px" >
the image appears, and the style is applied, but "magnify" is ignored.
The XML is data to the Simile Timeline JS library.
I have put all the relevant files into the same directory in an attempt to remove some variables!
Any help for this poor benighted newbie would be much appreciated!
Andrew McGurk