10 lines
196 B
CSS
10 lines
196 B
CSS
.cwebuploader-container {
|
|
position: relative;
|
|
}
|
|
.cwebuploader-element-invisible {
|
|
position: absolute !important;
|
|
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
|
|
clip: rect(1px,1px,1px,1px);
|
|
}
|
|
|