EchoEcho.Com Homepage
Web Hosting - As Reliable As It Gets!
   Home > Tutorials > HTML > Frames


 Tutorials 
 D-Zine Articles 
 Online Tools 
 Free Resources 
 References 
 Quiz 
 Hosting 

















  HTML Frames :
SCROLLBARS








Lets say you don�t want a scroll bar in the menu window.

Furthermore the main window should have a scrollbar if needed (if the HTML document doesn�t fit in the window), but if not needed - there should be no scrollbars.

Then the code should look like this:
<frameset cols="120,*" frameborder="0" border="0" framespacing="0">
<frame src="menu.htm" name="menu" noresize scrolling=no>
<frame src="frontf.htm" name="main" noresize scrolling=auto>
</frameset>


If you leave out the setting for scrolling, a scrollbar will appear if needed - otherwise not.

The next page explains in detail how to link within a frameset...

 << PREVIOUS
READ MORE >>  
















DEVELOPER TIP!
FACT:
Pages may align fine in one screen resolution while it's a mess when viewed on another.
TIP:
Use our Screen Resolution Tool to check your own pages.

It even shows bigger resolutions than your screen can handle!





     "Better Than Books - As Easy As It Gets!"


On EchoEcho: D-Zine Articles | Tutorials | Online Tools | Free Resources | References | Quiz | HostingAbout EchoEcho