2 /* width: 500px; @done_in_js */
\r
3 /* height: 375px; @done_in_js */
\r
8 /* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */
\r
9 .imgCrop_wrap.opera8 .imgCrop_overlay,
\r
10 .imgCrop_wrap.opera8 .imgCrop_clickArea {
\r
11 background-color: transparent;
\r
14 /* fix for IE displaying all boxes at line-height by default, although they are still 1 pixel high until we combine them with the pointless span */
\r
21 background-color: #000;
\r
23 filter:alpha(opacity=50);
\r
36 background: transparent url(castle.jpg) no-repeat -210px -110px;
\r
42 /* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
\r
43 .imgCrop_clickArea {
\r
46 background-color: #FFF;
\r
48 filter:alpha(opacity=01);
\r
51 .imgCrop_marqueeHoriz {
\r
55 background: transparent url(marqueeHoriz.gif) repeat-x 0 0;
\r
59 .imgCrop_marqueeVert {
\r
63 background: transparent url(marqueeVert.gif) repeat-y 0 0;
\r
68 * FIX MARCHING ANTS IN IE
\r
69 * As IE <6 tries to load background images we can uncomment the follwoing hack
\r
70 * to remove that issue, not as pretty - but is anything in IE?
\r
71 * And yes I do know that 'filter' is evil, but it will make it look semi decent in IE
\r
73 * html .imgCrop_marqueeHoriz,
\r
74 * html .imgCrop_marqueeVert {
\r
75 background: transparent;
\r
78 * html .imgCrop_marqueeNorth { border-top: 1px dashed #000; }
\r
79 * html .imgCrop_marqueeEast { border-right: 1px dashed #000; }
\r
80 * html .imgCrop_marqueeSouth { border-bottom: 1px dashed #000; }
\r
81 * html .imgCrop_marqueeWest { border-left: 1px dashed #000; }
\r
84 .imgCrop_marqueeNorth { top: 0; left: 0; }
\r
85 .imgCrop_marqueeEast { top: 0; right: 0; }
\r
86 .imgCrop_marqueeSouth { bottom: 0px; left: 0; }
\r
87 .imgCrop_marqueeWest { top: 0; left: 0; }
\r
92 border: 1px solid #333;
\r
97 filter:alpha(opacity=50);
\r
101 /* fix IE 5 box model */
\r
102 * html .imgCrop_handle {
\r
112 /* margin-left: 49%; @done_in_js */
\r
116 .imgCrop_handleNE {
\r
125 /* margin-top: 49%; @done_in_js */
\r
129 .imgCrop_handleSE {
\r
138 /* margin-right: 49%; @done_in_js */
\r
142 .imgCrop_handleSW {
\r
151 /* margin-top: 49%; @done_in_js */
\r
155 .imgCrop_handleNW {
\r
162 * Create an area to click & drag around on as the default browser behaviour is to let you drag the image
\r
164 .imgCrop_dragArea {
\r
168 position: absolute;
\r
173 .imgCrop_previewWrap {
\r
174 /* width: 200px; @done_in_js */
\r
175 /* height: 200px; @done_in_js */
\r
177 position: relative;
\r
180 .imgCrop_previewWrap img {
\r
181 position: absolute;
\r