关于IE浏览器不识别空链接样式

 问题:当一个a标签被绝对定位时,IE浏览器不支持其定义为block的高和宽。
它的可点击区域为它所包含的内容。如果内容为空,则可点击区域为0;如果有内容,则可点击区域为内容本身所占的位置。
1. background:url(about:blank);
2. background:url(data:);
3. background:url(mhtml:);
4. background:url(#);
5. background:url(fake_image.png);
6. background:url(image_1px_1px.png) repeat;
7. background:url(whateveryouwant);

posted @ 2012-10-30 11:53  xiaoxiaohui  阅读(229)  评论(0编辑  收藏  举报