nbsp; 以下我们通过几个实例来讲解上述的样式属性:
(1)、让浏览器窗口永远都不出现滚动条:
没有水平滚动条:〈body style=“overflow-x:hidden“〉
没有垂直滚动条:〈body style=“overflow-y:hidden“〉
没有滚动条:〈body style=“overflow-x:hidden;overflow-y:hidden“〉或〈body style=“overflow:hidden“〉
(2)、设定多行文本框的滚动条:
没有水平滚动条:〈textarea style=“overflow-x:hidden“〉〈/textarea〉
页码:[1] [2] [3] [4] [5] [6] 第3页、共6页 |