Where it has like:
Code:
jQuery.imageMagnify={
dsettings: {
magnifyby: 3, //default increase factor of enlarged image
duration: 500, //default duration of animation, in millisec
imgopacity: 0.2 //opacify of original image when enlarged image overlays it
},
cursorcss: 'url(magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image
zIndexcounter: 100,
refreshoffsets:functi . . .
Make it like so:
Code:
jQuery.imageMagnify={
dsettings: {
magnifyby: 3, //default increase factor of enlarged image
duration: 500, //default duration of animation, in millisec
imgopacity: 0.2 //opacify of original image when enlarged image overlays it
},
cursorcss: 'url(magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image
/*@cc_on @*/
/*@if(@_jscript_version >= 5)
cursorcss: 'url(magnify.cur), pointer', //Value for CSS's 'cursor' attribute, added to original image
@end @*/
zIndexcounter: 100,
refreshoffsets:functi . . .
Bookmarks