PDA

View Full Version : Frame size doesn't stick



reinierv
02 Aug 2009, 05:09 PM
I made this design for a website with a top, a bottom and inbetween horizontally 3 frames

<frameset rows="80,350,100" cols="850" frameborder="no" border="0" framespacing="0">
<frame src="Topframe.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="200,150,500" rows="350" framespacing="0" frameborder="NO" border="0">
<frame src="LeegSubMenuFrame.html" name="Sub Menu" scrolling="NO" noresize title="Sub Menu">
<frame src="MainMenuFrame.html" name="Main Menu" scrolling="NO" noresize title="MainMenu">
<frame src="MainFrame.html" name="mainFrame" id="mainFrame" title="Top" />
</frameset>
<frame src="LeegBottomFrame.html" name="bottomFrame" scrolling="NO" noresize title="bottom">
</frameset>

now I thought with setting the cols the frames would have a fixed size...
They don't, they in/decrease in size with resizing the browser...what is wrong here??

reinierv
05 Aug 2009, 05:45 AM
nobody familiar with frames anymore ;-)