fc-cropresizer.css
870 Bytes
/* Crop */
div.cropDiv {
text-align:right;
padding:0; margin:0;
position:absolute;
top:0; left:0;
z-index:1000;
//filter:alpha(opacity=50);
-moz-opacity:.50; opacity:.50;
cursor:move;
background:#FFF;
overflow:hidden;
}
.cropDiv div {position:relative; z-index:1002; background:url('/source/ext/fc_cropresizer/imgcropresize/0.gif') top left; height:100%;}
.cropDiv span {color:#000; font:11px tahoma; padding:0 3px; overflow:hidden;}
/* Resize */
div.resizeDiv {
padding:0; margin:0;
background:#000;
position:absolute;
top:0; left:0;
z-index:1001;
background:#000 no-repeat url('/source/ext/fc_cropresizer/imgcropresize/resize.gif') center center;
border:1px solid #FFF;
cursor:nw-resize;
}
/* Blocker */
div.blocker {
position:absolute;
top:0; left:0;
z-index:100;
background:url('/source/ext/fc_cropresizer/imgcropresize/0.gif') top left;
}