代码示例:(标识:eg_csse_position_bottom)
<html>
<head>
<style type="text/css">
img
{
position:absolute;
bottom:0px
}
</style>
</head>
<body>

<h1>这是标题</h1>
<img class="normal" src="/static/demo/images/eg_smile.gif" />
<p>一些文本。一些文本。一些文本。一些文本。一些文本。一些文本。</p>

</body>
</html>
运行结果: