my pages is like this.

<iframe src="head" width= "750" height ="200" name ="frame a" title=""/ >

<iframe src="nav" width= "150" height ="600" name ="frame b" title=""/ >

<iframe src="home" width= "600" height ="600" name ="frame c" title=""/ >

from the above information i have a navigation page called nav (frame b) which load each link in the frame c. some of my pages are small. and when they load in frame c because frame c height is set to 600 i have a small amount of text on the top of the page,say onyl 300 px information and the remaining 300px is blank and my page looks a way. i want to know how to set the height of frame c so if alot of information is looding it , it will adjust and if small information is loading in it, it will also adjust to accommodate the information.

how to i do that.

i only use css, javscipts on my webpages.


thanks.