HTML框架可以分成几个区域

来源:百度知道 编辑:UC知道 时间:2024/05/29 15:32:33
我想把它分成上面的一个区域
中间两个区域是左右的
下面是一个区域
成为一个工字形状的
可以做到吗?
能的话告诉我代码好吗?

可以的,嵌套就行了"
head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<frameset rows="128,*,48" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="headFrame.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="30,*" cols="*" framespacing="0" border="0" bordercolor="#FF9900">
<frame src="secondheadFrame.aspx?id=<%=Request.QueryString("id") %>" name="topFrame1" scrolling="No" noresize="noresize" id="topFrame1" title="topFrame1" />
<frameset rows="*" cols="207,*" framespacing="2