Image is not clickable inside anchor only in IE7

后端 未结 12 1519
孤城傲影
孤城傲影 2021-02-04 05:16

Html Structure


      
   
   
    Some text 
<         


        
12条回答
  •  抹茶落季
    2021-02-04 06:00

    An easy way to do this is:

    Some text

    p { display: block; width: 100px; height: 100px; position: relative; } a { display: block; width: 100px; height: 100px; position: absolute; top: 0; left: 0; background: #fff; opacity: .0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }`

提交回复
热议问题