框架基本架构解析
1 <frameset rows="87,*" cols="*" frameborder="no" border="0" framespacing="0" class ="scrollbar">
2 <frame src="TopFrame.aspx" style="border-bottom:1px solid Black" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
3 <frameset cols="192,11,*" frameborder="no" border="0" framespacing="0"><%--scrolling="auto" noresize="noresize"--%>
4 <frame src="LeftFrame.aspx" name="leftFrame" scrolling="auto" noresize="noresize" id="leftFrame" title="leftFrame" />
5 <frame src="LeftBar.aspx" name="BarFrame" scrolling="no" noresize="noresize" id="hiddle" title="hiddle" />
6 <frameset rows="30,*" frameborder="no" border="0" framespacing="0" id="MainContent">
7 <frame src="maintopFrame.aspx" name="maintopFrame" id="maintopFrame" scrolling="no" title="maintopFrame"/>
8 <frame src="mainFrame.aspx" name="mainFrame" id="mainFrame" title="mainFrame"/>
9 </frameset>
10 </frameset>
11 </frameset>
12 <noframes><body>
13 </body></noframes>
2 <frame src="TopFrame.aspx" style="border-bottom:1px solid Black" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
3 <frameset cols="192,11,*" frameborder="no" border="0" framespacing="0"><%--scrolling="auto" noresize="noresize"--%>
4 <frame src="LeftFrame.aspx" name="leftFrame" scrolling="auto" noresize="noresize" id="leftFrame" title="leftFrame" />
5 <frame src="LeftBar.aspx" name="BarFrame" scrolling="no" noresize="noresize" id="hiddle" title="hiddle" />
6 <frameset rows="30,*" frameborder="no" border="0" framespacing="0" id="MainContent">
7 <frame src="maintopFrame.aspx" name="maintopFrame" id="maintopFrame" scrolling="no" title="maintopFrame"/>
8 <frame src="mainFrame.aspx" name="mainFrame" id="mainFrame" title="mainFrame"/>
9 </frameset>
10 </frameset>
11 </frameset>
12 <noframes><body>
13 </body></noframes>
代表:先上下框架结构 上框架高度87,下框架自动
再者 左左右框架,最左边为192宽,左边11宽,右边宽度自动
再者 右边宽度自动的框架分 上下框架结构,上框架高度为30,下框架也就是主框架高度自动
浙公网安备 33010602011771号