Would you like to react to this message? Create an account in a few clicks or log in to continue.
搜索
 
 

结果按:
 


Rechercher 高级搜索

关键词

最新主题
» js在html中的加载执行顺序
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty10/09/13, 06:50 am 由 design_ss

» javascript 函数的方法call()和apply()
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty09/09/13, 05:10 am 由 design_ss

» JS中typeof与instanceof的区别
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty08/08/13, 11:10 am 由 design_ss

» JS中的构造函数解析
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty08/08/13, 09:44 am 由 design_ss

» js对象属性方法大总结
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty08/08/13, 08:46 am 由 design_ss

» js中的值类型和引用类型小结 文字说明与实例
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty08/08/13, 06:35 am 由 design_ss

» CSS3中轻松实现渐变效果
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty05/07/13, 09:48 am 由 design_ss

» jQUery 常用实例
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty03/07/13, 09:56 am 由 design_ss

» mask_layer 遮照
cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty03/07/13, 08:18 am 由 design_ss

十一月 2024
周一周二周三周四周五周六周日
    123
45678910
11121314151617
18192021222324
252627282930 

日历 日历

合作伙伴
免费论坛

免費論壇




cursor pointer 在 position absolute 情况下 IE 中失效的解决办法

 :: 前端制作 :: 重构

向下

cursor pointer 在 position absolute 情况下 IE 中失效的解决办法  Empty cursor pointer 在 position absolute 情况下 IE 中失效的解决办法

帖子  design_ss 06/09/12, 09:33 am



div{position:absolute;cursor:pointer;width:45px;height:15px;}



如果DIV中没有文字, 鼠标移过div不会有手型出现(FF中没有问题), 经测试发现如果有background-color可以解决这个问题, 所以如果再加一个完全透明就可以解决问题 background-color:white;opacity:0;filter:alpha(opacity=0)

design_ss

帖子数 : 122
积分 : 373
威望 : 0
注册日期 : 11-12-28

返回页首 向下

返回页首


 :: 前端制作 :: 重构

 
您在这个论坛的权限:
不能在这个论坛回复主题