position

English [p??z???n]

n. ??, ??, ??

vt. ??

CSS ?? ?? ???

??: position ??? ??? ?? ?? ??? ?????.

??: ? ??? ??? ????? ???? ? ???? ?? ?? ????? ?????. ?? ??? ????? ? ??? ?? ?? ?? ??? ?? ??? ??? ???? ?? ?? ??? ?????. ????? ??? ??? ?? ??? ?? ???? ??????.?

??: ?? ?? ????? ?? ??? ?????. ?? ? "inherit"? ?? ??? Internet Explorer(IE8 ??)?? ???? ????.

CSS ?? ?? ?

<html>
<head>
<style type="text/css">
h2.pos_abs
{
position:absolute;
left:100px;
top:150px
}
</style>
</head>
<body>
<h2 class="pos_abs">這是帶有絕對定位的標題</h2>
<p>下面的標題距離頁面左側 100px,距離頁面頂部 150px。</p>
</body>
</html>
???? ?? ?

??? ????? ??? "???? ??" ??? ?????