img:hover not working in ie

前端 未结 2 1806
余生分开走
余生分开走 2020-12-22 09:48

css:

.myim { 
    width:50; 
    height:50;
}
.mydiv { 
    float:right; 
    position:absolute; 
    -index:2;
}
.myim:hover {
    width:50;
    height:50;
         


        
2条回答
提交回复
热议问题