position:absolute;这表示定位是相对浏览器的。
[img]http://dl2.iteye.com/upload/attachment/0089/1632/6fc9ec4a-7e0c-3fbe-b5ca-00db2e96680d.jpg[/img]
position:relative;
[img]http://dl2.iteye.com/upload/attachment/0089/1634/d4f992ce-754d-3c30-a212-de9f87758540.jpg[/img]
relative就表示是相对于默认的排版位置进行位置的移动,移动之后其他元素还是按照原来的位置不动
[img]http://dl2.iteye.com/upload/attachment/0089/1632/6fc9ec4a-7e0c-3fbe-b5ca-00db2e96680d.jpg[/img]
position:relative;
[img]http://dl2.iteye.com/upload/attachment/0089/1634/d4f992ce-754d-3c30-a212-de9f87758540.jpg[/img]
relative就表示是相对于默认的排版位置进行位置的移动,移动之后其他元素还是按照原来的位置不动