常見的框架
先分上下
上面TOP
下面再分左右 (左邊MENU 右邊MAIN)
但是下面的左右要置中,
不這樣設,在FF 看起來會有問題
IE 卻正常 ORZ....
HTML 如下
</head>
<frameset rows="190,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" marginheight="0" marginwidth="0" />
<frameset cols="*,210,690,*" frameborder="no" border="0" framespacing="0">
<frame src="space.html" name="leftFrame0" scrolling="No" noresize="noresize" id="leftFrame0" title="leftFrame0" />
<frame src="menu.html" width="210" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" marginheight="0" marginwidth="0" />
<frame src="main.html" width="690" name="mainFrame" id="mainFrame" title="mainFrame" marginheight="0" marginwidth="0" />
<frame src="space.html" name="mainFrame0" id="mainFrame0" title="mainFrame0" />
</frameset>
</frameset>
<noframes>
<body>
</body>
</noframes></html>
留言列表