欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

<html>
<head>
<style type="text/css">
p.one
{
position:fixed;
left:5px;
top:5px;
}
p.two
{
position:fixed;
top:30px;
right:5px;
}
</style>
</head>
<body>

<p class="one">一些文本。</p>
<p class="two">更多的文本。</p>

</body>
</html>

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/shili/s53325.shtml