Frames: COLS & ROWS issue

I'm having a certain issue with frames. When I create a page with, say, three rows, if any of those three rows contain a column that is 100% in size, that is the ONLY column/row that shows up. The other rows with columns are just not there.<br />
<br />
Can anyone help me out with that?<br />
<br />
Just for specifics in quick-write:<br />
<br />
Frame ROWS 10%, 80%, 10%<br />
<br />
COLS 100%<br />
SRC whatever.html<br />
<br />
COLS 15%, 70%, 15%<br />
SRC whatever1.html<br />
SRC whatever2.html<br />
SRC whatever3.html<br />
<br />
COLS 50%, 50%<br />
SRC whatever4.html<br />
<br />
When I type this situation out, only the first row that has the 100% column will show up. If I just add another column to it, to make it say 50%,50%, they all show up on the page perfectly.<br />
<br />
Thank you for your help!<!--content-->My pleasure, hopefully you can help me with this information:<br />
<br />
<FRAMESET ROWS="10%,80%,10%"><br />
<br />
<FRAMESET COLS="100%"> <br />
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"page1.html"><br />
</FRAMESET><br />
<br />
<FRAMESET COLS="10%,80%,10%"><br />
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"anotherpage.html"><br />
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"whatever.html"><br />
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"page5.html"><br />
</FRAMESET><br />
<br />
<FRAMESET COLS="50%,50%"><br />
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"anotherone.html"><br />
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"misc.html"><br />
</FRAMESET><br />
<br />
</FRAMESET><br />
<br />
What will happen is, the first COLS section,<br />
<br />
<FRAMESET COLS="100%"> <br />
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"page1.html"><br />
</FRAMESET><br />
<br />
Is what will show up, the rest of the page will be blank.<br />
<br />
How does that sound?<!--content-->So, you want a frameset with 7 different sources, right?<!--content-->7 different sources including the main page itself, yes. A page with three rows, the first row having only one column that stretches the entire row, a second row with three columns, and a third row with two evenly sized columns.<!--content-->And as simple as that, problem solved! Thanks everyone, and thanks Dave. Saved my sanity.<!--content-->I would like to add that if you are using 7 different webpages to add together you webpage you are very likely overdoing it.<br />
<br />
CSS positioning & iframes are techiques that would most likely bring down the complexity of your page tremendously.<!--content-->
 
Back
Top