I’m trying to implement JavaScript based image zoom feature similar to the ones mentioned here:
http://www.intenseblog.com/design/8-amazing-javascript-image-zoom-scripts.html
However, unlike the ones mentioned in the link, I’m trying to achieve a circular border for the zoom control instead of rectangle or square.
Is it achievable?
you could possibly use the border radius property to shape the div (or whatever) by setting the radius to half the width.