There are three frames with content as you can see. When you click on the menu items the content in the biggest frame will change. Sometimes the content in the biggest frame will be very long and one have to scroll down inside the biggest frame to see everyting. This is no problem for me (I have 1240x1024), but for people with lesser height (specially widescreen) the are that the biggest frame gets on the screen isnt that big. It gets very anoying when the area that you are reading in and scrolling in only takes up 50% of your screen.
Is it possible to put my three frames inside another frame and let that big frame be the one with a scroll bar? That way the header would dissapear when one scrolled down. This is my code:
<frameset cols="1018,*" frameborder="NO" border="0" framespacing="0">',
<frameset rows="231,*" framespacing="0" frameborder="no" border="0">',
<frame src="header.htm" name="header" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0" id="header">',
Bookmarks