bottom

English [?bɑ:t?m]

n. ??;

vt? ?? ??; . ??? ????

CSS ?? ?? ???

??: bottom ??? ??? ??? ????? ?????.

??: ? ??? ??? ??? ??? ??? ?? ??? ?? ??? ??? ?? ??? ???? ?????. "position" ??? ?? "static"? ?? "bottom" ??? ???? ??? ??? ????.

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

CSS ?? ?? ?

<html>
<head>
<style type="text/css">
img.ex1
{
position:absolute;
bottom:0px;
}
img.ex2
{
position:relative;
bottom:-100px;
}
</style>
</head>
<body>
<img class="ex1" src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" />
<h1>This is a heading</h1>
<img class="ex2" src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" />
</body>
</html>
???? ?? ?

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