div 绝对定位_html/css_WEB-ITnose
程序员文章站
2022-06-12 13:02:13
...
div绝对居下
1 .Phone2title{ 2 width:100%; 3 height:30px; 4 line-height:30px; 5 /*text-align:left;*/ 6 /*background-color:RGB(239,101,25);*/ 7 background-color:#b81c22; 8 position:fixed; 9 _position:absolute; 10 *position:absolute; 11 top:0px;12 color:white; 13 font-size:18px;14 z-index:99999;15 /*border:1px blue solid;*/16 17 /*_top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);*/ 18 vertical-align: middle;19 }
div绝对居上
1 .Phone2title{ 2 width:100%; 3 height:30px; 4 line-height:30px; 5 /*text-align:left;*/ 6 /*background-color:RGB(239,101,25);*/ 7 background-color:#b81c22; 8 position:fixed; 9 _position:absolute; 10 *position:absolute; 11 top:0px;12 color:white; 13 font-size:18px;14 z-index:99999;15 /*border:1px blue solid;*/16 17 /*_top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);*/ 18 vertical-align: middle;19 }
推荐阅读
-
html/css中相对定位relative和绝对定位absolute的用法
-
HTML连载58-绝对定位的参考点以及注意事项
-
html相对定位绝对定位
-
HTML定位——绝对定位和相对定位、固定定位
-
html/css中相对定位relative和绝对定位absolute的用法
-
Codeforces Round #156 (Div. 2)-A. Greg's Workout_html/css_WEB-ITnose
-
Codeforces Round #107 (Div. 2)-A. Soft Drinking_html/css_WEB-ITnose
-
Codeforces Round #191 (Div. 2)-A. Flipping Game_html/css_WEB-ITnose
-
前端基础??CSS+DIV布局_html/css_WEB-ITnose
-
DIV+CSS在不同浏览器中的表现_html/css_WEB-ITnose