摘要: 关于position 的总结position:(定位)分为相对定位(relative)、绝对定位(absolute)和固定某元素在浏览器特定位置(fixed)。relative:相对定位。书写格式:.dw{position:relative;left:50px;top:50px;} 在正常文档流中偏移位置,比如:left:50px;如图所示:以原左边为基点,距新位置左边50px;。absolute:绝对定位。.dw{position:absolute;left:50px;top:50px;}在拖离文档流而偏移位置。dang多个div嵌套时,最外层是以原点(0,0)为起点,而内层div则根据上. 阅读全文
posted @ 2011-02-22 11:00 wdl818 阅读(409) 评论(0) 推荐(0)
摘要: 关于position的总结position:(定位)分为相对定位(relative)、绝对定位(absolute)和固定某元素在浏览器特定位置(fixed)。relative:相对定位。书写格式:.dw{position:relative;left:50px;top:50px;} 在正常文档流中偏移位置,比如:left:50px;如图所示:以原左边为基点,距新位置左边50px;。absolute:绝对定位。.dw{position:absolute;left:50px;top:50px;}在拖离文档流而偏移位置。dang多个div嵌套时,最外层是以原点(0,0)为起点,而内层div则根据上一. 阅读全文
posted @ 2011-02-22 10:52 wdl818 阅读(1156) 评论(0) 推荐(0)