Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

Attribute for <IFRAME ...>
SCROLLING = YES | NO | AUTO

Usage Recommendation
don't use it thumbs down

SCROLLING indicates if there should be scroll bars in the frame. YES forces the frame to have a scroll bar, even if one isn't needed, NO forces the frame to not have a scroll bar, even if one isn't needed. AUTO (the default) indicates that the browser should decide for itself.

this code produces this
<IFRAME 
     SRC="iframescrollyes.html" 
     WIDTH=250 HEIGHT=150 
     SCROLLING=YES
     >
<A HREF="iframescrollyes.html">A 
link to the page</A>
</IFRAME>
 
<IFRAME 
     SRC="iframescrollno.html" 
     WIDTH=250 HEIGHT=150 
     SCROLLING=NO
     >
<A HREF="iframescrollno.html">A 
link to the page</A>
</IFRAME>
 
<IFRAME 
     SRC="iframescrollauto.html" 
     WIDTH=250 HEIGHT=150 
     SCROLLING=AUTO
     >
<A HREF="iframescrollauto.html">A 
link to the page</A>
</IFRAME>
 
<IFRAME 
     SRC="iframescrollauto.html" 
     WIDTH=250 HEIGHT=150 
     >
<A HREF="iframescrollauto.html">A 
link to the page</A>
</IFRAME>
(not using SCROLLING at all is the same as AUTO )

As with so many issues in HTML, it's best to trust the browser. AUTO is the "trust the browser" choice, and because it's the default just leave the whole attribute out.


Copyright Idocs, Inc. Written by Miko Sullivan











About the NetVisits, Inc Network | Advertise
Developer Tutorials hosted by HostGator.
Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy.
Visit other NetVisits, Inc. sites: