谈网页元素位置     #one
谈网页元素位置     #two
谈网页元素位置     #three









/* 文档样式 */

body { margin: 1em auto; padding: 1em; width: 760px; font-weight: bold; border: 1px solid green; word-wrap: break-word; }

#one { background: #ffccea }
#two { background: #ccc4f5 }
#three { background: #c4f5c4 }

#two {
	position: relative;
	top: 80px;
	left: -40px;
}


返回原文