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">這是帶有絕對定位的標(biāo)題</h2> <p>下面的標(biāo)題距離頁面左側(cè) 100px,距離頁面頂部 150px。</p> </body> </html>
??? ????? ??? "???? ??" ??? ?????