qwikad.com
07-20-2014, 04:10 AM
I've made a thicker border and would like to add rounded corners to it. The question is how?
var $clone=$target.clone().css({position:'absolute', left:0, top:0, visibility:'hidden', border:'6px solid #999999', cursor:'pointer'}).appendTo(document.body)
This is the magnifier I am referring to:
http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
Thanks!
var $clone=$target.clone().css({position:'absolute', left:0, top:0, visibility:'hidden', border:'6px solid #999999', cursor:'pointer'}).appendTo(document.body)
This is the magnifier I am referring to:
http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
Thanks!