<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015711" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015711</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/scrolling-text-area-within-page-not-entire-page-possible#comment-1091108</link>
    <description> &lt;p&gt;hi dcdomain,&lt;/p&gt;
&lt;p&gt;  There are a number of ways to accomplish what you asking:&lt;/p&gt;
&lt;p&gt;1) use a textarea&lt;br /&gt;
   if you are unconcerned about text formatting (fonts, headers, etc), you can assign your text to textarea and if it is large enough, scrollbars will be created automatically.  Something like:&lt;/p&gt;
&lt;p&gt;the content must be assigned to &#039;myText&#039; or typed here&lt;/p&gt;
&lt;p&gt;The onFocus event handler above prevents the user from altering the contents.&lt;/p&gt;
&lt;p&gt;2) iframes &amp;amp; ilayers&lt;br /&gt;
Both are mutually exclusive; that is, ie ignores the ilayer tags and nn4 ignores the iframe tags.  Each has a &#039;src&#039; property which you can use to load a page.  Although I haven&#039;t made extensive use of either, iframes are supposed to have all the properties of regular frames, and ilayer works much as the netscape4 &#039;layer&#039; command.&lt;/p&gt;
&lt;p&gt;3) dHTML&lt;/p&gt;
&lt;p&gt;you would need to create a div/layer (and possibly outer ilayer for NN4) and then assign the content to be written through the appropriate DOM.  To make the div scrollable, you will have to create images that when mousedOver alter the divs content so that it appears that content is scrolling.  &lt;/p&gt;
&lt;p&gt;hope this helps&lt;br /&gt;
Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Oct 2001 23:23:10 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1091108 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/scrolling-text-area-within-page-not-entire-page-possible#comment-1091107</link>
    <description> &lt;p&gt;iframes does what your wanting in IE, but not in all other browsers, you can also use dhtml but again not viewable in all browsers, another option is a java applet but this can be bulky and slow loading esp. on such a large scale.&lt;/p&gt;
&lt;p&gt;if you do deside to use it, use dhtml option as it works on more browsers than the other options (but not all)&lt;/p&gt;
&lt;p&gt;good luck&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Oct 2001 23:20:24 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1091107 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
