- 不用JS的漂浮层
-
CSS部分:
*{ margin:0; padding:0; } * html{ height:100%; overflow-y:hidden; } * html body{ height:100%; overflow-y:auto; } #TargetTOP{ position:fixed; bottom:10px; right:10px !important; right:27px; border:1px #f00 solid; } * html #TargetTOP{ position: absolute; }
HTML部分:
< a name="Top"><...
- 时间:2008年11月12日 00:10 标签:
js漂浮层
css设计
前端技术
转贴摘录
共 1 记录 1 / 1 页