-
steps of E position!查看全部
-
steps of other position!查看全部
-
.step1{ background: url(./images/guide11.png); width: 745px; height: 329px; top: 132px; left: -9px; /*display: none;*/ } .step1 a{ top: 231px; left: 491px; /* ? 取消a 默认的操作行为 && JS传播事件、取消事件默认行为、阻止事件传播 1. <a href="http://xgqfrms.xyz" onclick="return func()">点击我</a> 2. <a href="javascript:;" onclick="check()">点击我</a> 3. <a href="javascript:0;" onclick="check()">点击我</a> 4. 非IE的用"e.preventDefault();",IE的用"window.event.returnValue = false;" */ } .step1 span{ top: 143px; left: 682px; }查看全部
-
chrome 调试,mask 位置; 使用方向键调节查看全部
-
text-indent: -9999px; overflow: hidden; 隐藏文字?查看全部
-
.steps a{ position: absolute; width: 95px; height: 32px; background: rgba(255,0,255,0.7); }查看全部
-
745 329查看全部
-
left:50%; margin-left: - (div.width/2); CSS实现div水平居中!(前提:div有具体的宽度)查看全部
-
IE8以下浏览器都不支持 opacity css样式,可以使用IE自带的“滤镜”来实现,如下代码: filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); 上面代码的作用设置为 70% 的透明。查看全部
-
<style> /*SCSS*/ *{ margin: 0; padding: 0; } html{ width: 100%; height: 100%; } body{ background: url(./images/bg.png) center top no-repeat; /* === background: url(./images/bg.png) top no-repeat; link: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position */ width: 100%; height: 100%; } .mask{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.7); display: none; /*do something later*/ }查看全部
-
http://caniuse.com/#search=opacity http://www.w3.org/TR/css3-color/ CSS3 Opacity - REC Method of setting the transparency level of an element查看全部
-
opacity:0.5; filter:alpha(opacity=50); rgba(0,0,0,0.5);查看全部
-
http://www.xgqfrms.xyz/HTML5-Animaitions/ABC/images/bg.png <style> /*SCSS*/ *{ margin: 0; padding: 0; } body{ background: url(./images/bg.png) center top no-repeat; /* === background: url(./images/bg.png) top no-repeat; link: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position */ width: 100%; height: 100%; } </style>查看全部
-
tips: 使用 background-image 代替website,便于学习!查看全部
-
1.蒙版 2.引导区查看全部
举报
0/150
提交
取消