fixing new zoomer
This commit is contained in:
@@ -253,7 +253,7 @@ img {
|
||||
font-size: 12px;
|
||||
font-family: Tahoma;
|
||||
text-decoration: none;
|
||||
border: 1px solid #CCC;
|
||||
/*border: 1px solid #CCC;
|
||||
/*background-color: white;*/
|
||||
padding: 8px;
|
||||
text-align:center;
|
||||
@@ -278,7 +278,6 @@ img {
|
||||
filter: alpha(opacity = 60);
|
||||
z-index:120;
|
||||
position:absolute;
|
||||
border:1px solid #CCC;
|
||||
z-index:101;
|
||||
cursor:crosshair;
|
||||
}
|
||||
@@ -301,15 +300,13 @@ img {
|
||||
left:110%;
|
||||
top:40px;
|
||||
background:#FFF;
|
||||
z-index:6000;
|
||||
height:auto;
|
||||
z-index:10000;
|
||||
z-index:110;
|
||||
z-index:110;
|
||||
}
|
||||
.zoomWrapper{
|
||||
position:relative;
|
||||
border:1px solid #999;
|
||||
z-index:110;
|
||||
|
||||
z-index:110;
|
||||
}
|
||||
.zoomWrapperTitle{
|
||||
display:block;
|
||||
@@ -318,16 +315,16 @@ img {
|
||||
height:18px;
|
||||
line-height:18px;
|
||||
width:100%;
|
||||
overflow:hidden;
|
||||
overflow:hidden;
|
||||
text-align:center;
|
||||
font-size:10px;
|
||||
position:absolute;
|
||||
top:0px;
|
||||
left:0px;
|
||||
z-index:120;
|
||||
-moz-opacity:0.6;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity = 60);
|
||||
position:absolute;
|
||||
top:0px;
|
||||
left:0px;
|
||||
z-index:120;
|
||||
-moz-opacity:0.6;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity = 60);
|
||||
}
|
||||
.zoomWrapperImage{
|
||||
display:block;
|
||||
@@ -337,7 +334,6 @@ img {
|
||||
|
||||
}
|
||||
.zoomWrapperImage img{
|
||||
border:0px;
|
||||
display:block;
|
||||
position:absolute;
|
||||
z-index:101;
|
||||
|
||||
Reference in New Issue
Block a user