注册 登录
编程论坛 WEB前端(UI)

[求助]关于滚动条

ruffianshen 发布于 2007-04-20 10:33, 771 次点击

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<frameset rows="31%,*" cols="*" framespacing="3" frameborder="no" style="">
<frame name="top" noresize="noresize" scrolling="no" src="UntitledFrame-9.html" />
<frameset cols="30%,70%" >
<frame name="left" noresize scrolling=no src="UntitledFrame-10.html">
<frameset rows="30%,*" >
<frame name="top" scrolling=no src="UntitledFrame-11.html">
<frame name="bottom" src="UntitledFrame-12.html">
</frameset>
</frameset>
</frameset><noframes></noframes>
</html>
上面是我的代码,UntitledFrame-9.html页面内容很多,但显示的时候怎么没滚动条啊?

3 回复
#2
cyyu_ryh2007-04-20 12:48
scrolling="no"改为 scrolling="yes"
#3
ruffianshen2007-04-20 14:22
谢谢!!
#4
cyyu_ryh2007-04-20 15:10
不客气
1