View Full Version : Layout Question


squeekyclean
09-01-2004, 02:13 AM
How would I make a layout like this.. http://www.dra69gon.com/reykjavik/main.htm

starlet
09-01-2004, 02:14 AM
Can you be a bit more specific please? Basic answer...its a frameset http://www.lissaexplains.com/frames.shtml

squeekyclean
09-01-2004, 02:22 AM
I know it is frames, but mainly the links, and how the i frame gets bigger when you open the page more, if that helps..

Monkey Bizzle
09-01-2004, 02:25 AM
this is their code...

<frameset rows="227,*" frameborder=0 framespacing=0>
<frame src="top.htm" NAME="top"scrolling=no noresize>
<frameset cols="263,* frameborder=0 framespacing=0">
<frame src="side.htm" NAME="right"scrolling=no noresize>
<frame src="bottom.htm" NAME="main">
</frameset>
</frameset>

the asterisk means take up whatever's left... so... if you have your page minimized, and then drag the side around, the frame that is * will change sizes.

squeekyclean
09-01-2004, 02:32 AM
Thanks so much, but how would i do the links?

starlet
09-01-2004, 03:06 AM
youll find the code somewhere in this section on dynamic drive
http://www.dynamicdrive.com/dynamicindex1/index.html

squeekyclean
09-01-2004, 03:46 AM
How do i make the links that the come out of?