
Originally Posted by
jscheuer1
OUTSTANDING, John... that workz brilliantly! 
BTW- I did alter one section to function better in IE (as noted in previous posts).
Instead of using:
Code:
cursorcss: 'url(magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image
cursoroutcss: 'url(magnifyout.cur), -moz-zoom-out',
zIndexcounter: 100,
I opted for:
Code:
cursorcss: 'url(magnify.cur), pointer', //Value for CSS's 'cursor' attribute, added to original image
cursoroutcss: 'url(magnifyout.cur), pointer',
zIndexcounter: 100,
If I'm changing this in error, please educate me.
Many thanx,
427
Bookmarks