jasonlilili
11-04-2004, 07:50 AM
hi there
i am a newbie to css and html so if someone could please help me.
i have a index file contain 3 frames.
--------------------
| top |
--------------------
| body |
| |
--------------------
| Bottom |
--------------------
the top and bottom frames a fixed in height, but i need to body frame to stretch depending on the amount of content, hence stretch the whole screen.
but at the moment image clips off when i reach the bottom of the body frame, or with a scroller bar(which i dont want) instead of stretching the body frame.
how can i change that??
i have included the basis of my code
<code>
<frameset cols="401,*, 40" framespacing='0' frameborder='0' border=0>
<frame frameborder='1' framespacing='0' src="top.htm" noresize scrolling='no' name="top"></frame>
<frame frameborder='1" framespacing='0' src="body.htm" name="center"></frame>
<frame frameborder='1" framespacing='0' src="bottom.htm" name="bottom"></frame>
</frameset>
</code>
thank you in advance
Jason
i am a newbie to css and html so if someone could please help me.
i have a index file contain 3 frames.
--------------------
| top |
--------------------
| body |
| |
--------------------
| Bottom |
--------------------
the top and bottom frames a fixed in height, but i need to body frame to stretch depending on the amount of content, hence stretch the whole screen.
but at the moment image clips off when i reach the bottom of the body frame, or with a scroller bar(which i dont want) instead of stretching the body frame.
how can i change that??
i have included the basis of my code
<code>
<frameset cols="401,*, 40" framespacing='0' frameborder='0' border=0>
<frame frameborder='1' framespacing='0' src="top.htm" noresize scrolling='no' name="top"></frame>
<frame frameborder='1" framespacing='0' src="body.htm" name="center"></frame>
<frame frameborder='1" framespacing='0' src="bottom.htm" name="bottom"></frame>
</frameset>
</code>
thank you in advance
Jason