SQL PHP HTML JavaScript articles and free code
 

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.











Example:
       <Frameset rows="50%,50%">               
            <Frame src="frame1src.html" scrolling="yes">      -- For this frame scrollbars will appear.
            <Frame src="frame2src.html" scrolling="no">      -- For this frame scrollbars will not appear.
     </Frameset>
          
Discuss this tutorial at forum

List of HTML Tutorials

Frames in HTML pages
Frames in HTML  | Advantages of Frames  | Disadvantages of Frames  | Nested Framesets  | Frame Tag  | Frame Borders  | Resizable Frames  | Frames with Scrollbars  | NoFrames  | Inline Frame

 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
List of HTML Tutorial
HTML Tags
Color Chart
HTML Calendar
Tags on web page
Web Design
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.