内嵌滚动条(windows UpDate风格)
<html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>网页教学网</title> <style type="text/css"> <!-- .toppane-body { OVERFLOW-Y: auto; HEIGHT: 100% } BODY { BORDER-RIGHT: #2459c3 0px solid; MARGIN: 11px; OVERFLOW: hidden } TABLE { WIDTH: 100%; HEIGHT: 100% } --> </style> </head> <body> <table> <tbody> <tr> <td> </td> </tr> <tr style="HEIGHT: 100%"> <TD style="HEIGHT: 100%"> <DIV class="toppane-body"> <DIV> <p>1</p> <p>2</p> <p>3</p> <p>4</p> </DIV> </div> </td> </tr> </tbody> </table> </body> </html> 上一篇: 为打印输出创建一个CSS样式 下一篇: CSS应用小技巧十四例 更多相关文章
|
|