top left
The HTML Source Logo


 html
Top Right
    
 Getting StartedHow Do I...TroubleShootingPromotionContact Us
 html
HTML
SEARCH THE SITE
advanced search



CATEGORIES
Home
Getting Started
HTML Cheat Sheet
Webmaster Tools
HTML Help Forum
Color Codes
Link to us









































bottom
HTML HTML HTML HTML

How do I get rid of my frames scroll bar?



To get rid of the scroll bar in your frames, to this:

In your frames code (index.html) add the following code to the <frame src> tag of the frame that you do not want to scroll:
scrolling="no"
So for example, I don’t want a scroll bar in my left frame, my code would look something like this:
<frame src="left.html" name="leftside" scrolling="no">
<frame src="right.html" name="rightside">
If I wanted to stop the scroll in my right frame, my code would look like this:
<frame src="left.html" name="leftside">
<frame src="right.html" name="rightside" scrolling="no">







































Company   |   Careers   |   Partners   |   Advertising   |   Help
Privacy Policy   |   Trademark Notices   |   User Agreement
© 2001 TheHTMlSource.com, INC. All Rights Reserved.



Site hosted by Angelfire.com: Build your free website today!