<style type="text/css">
<!--
.box1,.box2 {height:20px; line-height:20px; border:1px solid #A9BAC9;background:url(images/bg_box1.gif) no-repeat #fff; padding:0 3px; font-size:12px; }
...
<div style=" height:290px; width:auto; overflow-x:hidden; overflow: auto;padding-right:5px;" class="body">添加的内容,一旦内容超出定义的范围,滚动条显示。</div>
<style type="text/css">
.body{ scrollbar-arrow-color: #aa0000; /*三角箭头的颜色*/
...
<style>
#slist{padding:1px 5px;cursor:pointer}
#slistNum{float:right;color:green}
#menu{width:150px;background:#EFEFEF;border:1px #cccccc solid}
</style>
<div id=menu>
<div id=slist onMouseMove='listMove(0)' onclick="enterlist()">测试123</div>
...
<%
'----------------------------------------------------------
'使用XMLHTTP生成静态首页的代码。
'Curl 为你的首页地址,确保你的空间支持FSO。
'-----------------------------------------------------------
dim read,Curl,content
Curl="http://www.0594tc.com/index.asp"
...