fixed frames won't stay fixed

liunx

Guest
Hi,<br />
<br />
I use a combination of several frames for navigational purposes. The code looks like this <br />
<br />
<br />
<FRAMESET ROWS="103, *" BORDER=0 FRAMEBORDER=0><br />
<FRAME NAME="horizontal" SRC=http://www.htmlforums.com/archive/index.php/"html/header.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE><br />
<FRAMESET BORDER=0 FRAMEBORDER=0 COLS="170, 700, *"><br />
-----------------------------------<br />
<FRAMESET ROWS="220, 285, 53, *" BORDER=0 FRAMEBORDER=0><br />
<FRAME NAME="navigate" SRC=http://www.htmlforums.com/archive/index.php/"html/sel_intro.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE><br />
<FRAME NAME="vertical" SRC=http://www.htmlforums.com/archive/index.php/"html/show_small_board.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE><br />
<FRAME NAME="end" SRC=http://www.htmlforums.com/archive/index.php/"html/lower.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE><br />
<FRAME NAME="border2" SRC=http://www.htmlforums.com/archive/index.php/"html/blank.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO><br />
</FRAMESET><br />
------------------------------------<br />
<FRAME NAME="data" SRC=http://www.htmlforums.com/archive/index.php/"/html/intro.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=AUTO><br />
<FRAME NAME="border3" SRC=http://www.htmlforums.com/archive/index.php/"html/blank.htm" MARGINHEIGHT=0 MARGINWIDTH=0><br />
</FRAMESET><br />
</FRAMESET><br />
<br />
<br />
Now, the problem is that the frames within the frameset (enclosed in dotted lines) just won't stay fixed.<br />
When I resize the browser window all those frames are automatically shrinked - what I don't want to happen.<br />
<br />
You can take a look at <!-- w --><a class="postlink" href="http://www.die-giraffen.de">www.die-giraffen.de</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.die-giraffen.de">http://www.die-giraffen.de</a><!-- m -->) and try it yourself. Make the browser very small and you'll see.<br />
<br />
Any idea how solve the problem, alk<!--content-->so what your wanting is for the frames to all be proportional? so that no matter what the size of the screen it will look the same?? if that's what your wanting instead of placing exact sizes for the frames put in a percentage so instead of this <br />
<FRAMESET BORDER=0 FRAMEBORDER=0 COLS="170, 700, *"><br />
maybe put in this <br />
<FRAMESET BORDER=0 FRAMEBORDER=0 COLS="8%, 90%, *"><br />
that may do what your wanting not sure...try that on all the settings instead of having an exact pixel size<!--content-->No, proportional frames is not the aim, I want some frames to have a fixed size no matter what the size of the browser window may be.<br />
If you make your browser window to small you just won't see all the stuff.<!--content-->Just wanted to bring it back to the top, <br />
so someone may take another look....<!--content-->did you get this fixed?<br />
<br />
it works ok for me and you have the same code as above.<!--content-->
 
Back
Top