HTML CSS 层叠样式表 四

一、页面布局:div+css布局 1.<style >   *{     margin:0px;     padding:0px;   }   #ad{     width:100px;     height:100px;     background-color:red;     position:fixed;       定位:固定定位,需要设置距离边框的距离;相对于浏览器窗口位置固定    
相关文章
相关标签/搜索