Scrollbars in Frames

By default frame windows will have a value auto for scrolling attribute. i.e, If we leave the setting for scrolling, a scrollbar will appear only if needed.

Deprecated : FRAME & FRAMESET tags are not supported in HTML5 ,
better to avoid.
Use <iframe> instead.

Example:

<Frameset rows="50%,50%">               
 <Frame src="frame1src.html" scrolling="yes">  
 <Frame src="frame2src.html" scrolling="no"> 
 <Frame src="frame2src.html" scrolling="auto">  
</Frameset>
For the first window scrollbar will appear and for second no scrollbar will appear. For the third it will appear if required.
HTML


plus2net.com










We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2025   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer