You can see that the side bar is now going right up to the top. This is because we first divided the page into columns, and then we divided the second column into rows. Here is the code;
<frameset cols="15%,*"> This divides the page into columns and loads sidebar.htm into the
first column, and reads on to find out what to do in the second column;
<frame NAME="sidebar" SRC="sidebar.htm" SCROLLING="AUTO">
Here the browser gets the instructions. It divides the second column into two rows, and loads the two files into each row;
<frameset
rows="15%,*"> <frame
NAME="topframe" SRC="topframe.htm" SCROLLING="AUTO">
<frame NAME="mainframe" SRC="framesColFirst.htm"
SCROLLING="AUTO">
</frameset>
Here we tell the browser it has finished with that column.
</frameset> And
here we tell it we are finished doing rows.
I am always pleased to hear from you.
Send your comments to Ken Ward
and please visit:
The New Life Course