隐藏所有卷轴 (将整页的卷轴隐藏)
<body scroll="no">
隐藏横轴 (横轴隐藏,纵轴仍可使用)
<style type="text/css">
<!--
body{ overflow-x:hidden; }
-->
</style>
隐藏纵轴 (纵轴隐藏,横轴仍可使用)
<style type="text/css">
<!--
body{ overflow-y:hidden; }
-->
</style>
卷轴置于左边 (除了卷轴跑到左边,整个网页的表格排列也会左右相反喔!)
<html dir="rtl">
====================================================
心蓝 Dennis 于 2002-12-20 07:58:24 补充说明:
用 <body dir="rtl"> 会令文字由右至左写出, 如想回复到左至右写
可以用 <body dir="rtl"><bdo dir="ltr">.............</bdo></body> 来回复
有关文字方向, 可以看 W3C 的详细说明
http://www.w3.org/TR/html...rlang.html 出自
http://dob.tnc.edu.tw/themes/old...s=1565&t=2&at=