-
cursor:pointer; 鼠标经过手形。 text-indent:-999px; overflow:hidden; 隐藏按键中的文本文字查看全部
-
opacity:0.5;filter:alpha(opacity=50); 火狐,谷歌浏览器; 2,ie低版浏览器识别查看全部
-
text-indent是表示文字缩进的查看全部
-
注意:IE8以及更早的版本使用替代属性filter。例如:filter:Alpha(opacity =50)查看全部
-
html代码结构查看全部
-
,,,,,,,,查看全部
-
ok.................查看全部
-
思维: 把相同逻辑行为的元素放到同一个JQ选择器中使用事件调用,运行逻辑函数查看全部
-
45行 eq(0) 匹配nodeList的第一个元素 52行 a:last 最后一个a元素查看全部
-
注意给cookie上失效时间的写法查看全部
-
var oDate = new Date(); // 实例时间对象 oDate.setDate(oDate.getDate()+30); // 取得当前时间后加上三十天设置成新时间 document.cookie // 获得cookie查看全部
-
交互的逻辑思路 每点“下一步” 都会隐藏当前子元素,显示下一个子元素 点击“关闭”,隐藏整个父元素与蒙板(mask)查看全部
-
cursor:pointer 鼠标经过手形 text-indent:-999px; overflow:hidden; 隐藏按键中的文本文字查看全部
-
position: absolute; left: 50%; margin-left: 自己的一般px: //定位到中间查看全部
-
为解决兼容 html height:100% body height:100% opacity:0.5; filter:alpha(opacity=50);查看全部
举报
0/150
提交
取消