-
IETester /*ie6 hack*/ * html, * html body { background-image: url(about:blank); background-attachment: fixed; } * html #menu { /*position: fixed;*/ position: absolute; top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); }查看全部
-
1 $(window).scroll(function () { 2 if (currentId && currentLink.attr("href") != currentId) {查看全部
-
网页定位导航特效 1.html+css 完成页面内容显示和页面样式设计 2.在css中,用position:fixed;让导航菜单在左侧绝对定位显示 3.以锚点实现点击左侧导航条链接,右侧定位到相应栏目,在html5中,以id表示锚点 4.滚动条滚动时左侧导航菜单自动设置焦点,定位到相应链接,遍历item设置currentId,然后给菜单设置current类查看全部
-
1 position:fixed 绝对定位,相对于浏览器窗口进行定位 2 find()获得当前元素集合中每个元素的后代 3 attr()获取或设置属性查看全部
-
结束for循环:break;continue查看全部
-
IETester包含多个版本的IE,可以方便的用来进行兼容性测试,获取下载或者更多信息可以访问:http://www.my-debugbar.com/wiki/IETester/HomePage查看全部
-
* html, * html body { background-image: url(about:blank); background-attachment: fixed; } * html #menu { position: absolute; top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); }查看全部
-
/*hack ie6*/查看全部
-
浏览器兼容测试查看全部
-
return false查看全部
-
id筛选比class效率高查看全部
-
HTML5统一使用id作为锚点连接查看全部
-
鼠标移动样式,默认第一项可以为他添加个类查看全部
-
left:50%; margin-left:400px;查看全部
-
锚点:网页制作中超链接的一种,又叫命名锚记。锚点是一种页面内的超链接。查看全部
举报
0/150
提交
取消