-
基本效果查看全部
-
透明度变化查看全部
-
IE6 不支持fixed属性 用/*hack*/ * html #menu{ posotion:absolte; top:expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); }查看全部
-
/*ie6 hack*/ * html,* html body { background-image: url(about:blanl); background-attachment: fixed; } * html #menu { position: absolute; top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); }查看全部
-
scroll([data],fn) 适用于所有可滚动元素和window对象查看全部
-
ie6 position fixed hank!查看全部
-
li属性设置display:inline;让li内元素在一行显示查看全部
-
left:50%;先让要定位的元素居中显示; margin-left:400px;再根据要定位的元素进行位置偏移。查看全部
-
scroll查看全部
-
锚点 anchor查看全部
-
技术点查看全部
-
特效需要的技术点查看全部
-
特效需要的技术查看全部
-
导航和滚动条之间的定位查看全部
-
IE6不支持: position:fixed; /*IE6 hack*/ *html, *html body{ background-image:url(about:blank); background-attachment:fixed; } * html #menu{ /*position:fixed;*/ position:absolute; top:expression(((e=documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); } 4天前查看全部
举报
0/150
提交
取消