我用XHTML之经典三行两列布局,为何左边的模块不能输入文字呢?怎样把框架在原有基础上做一些修改呢

来源:百度知道 编辑:UC知道 时间:2024/07/07 23:19:28

改代码就可以了
,如下 一个3行2列的框架
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<frameset rows="80,*,80" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="80,*" frameborder="no"