【转】CSS-禁用a标签
<style> a.disabled { pointer-events: none; filter: alpha(opacity=50); /*IE滤镜,透明度50%*/ -moz-opacity: 0.5; /*Firefox私有,透明度50%*/ opacity: 0.5; /*其他,透明度50%*/ } </style>
如果想禁用a标签,如下,class调用disabled就可以了
<a class="disabled"></a>
一个睡五分钟等于六个钟头的方法 (转)
Windows Live Writer For Windows Server 2003
设计模式装饰者模式
SqlServerCUBE
Android 70道面试题汇总不再愁面试
说服力:让你的PPT会说话
亮剑Java项目开发案例导航
初入社会必知的88个潜规则
android UI进阶之仿iphone的tab效果2
Copyright © 2011-2022 走看看