<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018435" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018435</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108283</link>
    <description> &lt;p&gt;P.S. If you don&#039;t have content in the cells, Netscape will &quot;efficiently&quot; reduce the cells to nothing. It doesn&#039;t consider the background to be a holding element (because it isn&#039;t). The only way to force it open would be to hitch it to the other cells. Your code is unnecessarily complex.&lt;/p&gt;
&lt;p&gt;I suspect you are trying to use a wyiwyg?&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 May 2002 01:59:50 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1108283 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108282</link>
    <description> &lt;p&gt;Um, korndragon -- if you rearrange the table so it&#039;s three rows and three columns, you would have the top row and bottom row fixed height (filled with images only, no variables) and then the middle cell of the middle row would control the middle outside columns&#039; height, and expand as necessary.&lt;/p&gt;
&lt;p&gt;It&#039;s not a matter of pleasing everyone, it&#039;s a matter of knowing how to create the tables, if you&#039;re going to use them, so you don&#039;t tear your hair out.&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 May 2002 01:55:27 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1108282 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108280</link>
    <description> &lt;p&gt;ok, i finally got the damn layer position fixed... now i just need to make it so the layout streches 100% vertically&lt;/p&gt;
&lt;p&gt;here is the code for the damn thing...&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
ie=document.all?1:0&lt;br /&gt;
n=document.layers?1:0&lt;/p&gt;
&lt;p&gt;function getScrolled()&lt;br /&gt;
{&lt;br /&gt;
if(pageYOffset)&lt;br /&gt;
return pageYOffset;&lt;br /&gt;
else if(document.body &amp;amp;&amp;amp; document.body.scrollTop)&lt;br /&gt;
return document.body.scrollTop;&lt;br /&gt;
else return 0&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function change_content(obj, pic, show) {&lt;br /&gt;
	if (document.getElementById) {&lt;br /&gt;
		el = document.getElementById(obj) ;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;	else if (document.all){&lt;br /&gt;
		el = document.all[obj];&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;	else if (document.layers) {&lt;br /&gt;
		el = document.layers[obj];&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;	if(show == 1) {&lt;br /&gt;
		el.innerHTML = &quot;&lt;img src=&#039;&amp;quot;+pic+&amp;quot;&#039; /&gt;&quot;&lt;br /&gt;
		if (el.style) {&lt;br /&gt;
			if(ie) el.style.top=eval(scrolled)&lt;br /&gt;
			else  el.style.top=getScrolled()&lt;br /&gt;
		}&lt;br /&gt;
	else if (el.style) el.pic.top = getScrolled();&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;else	el.innerHTML = &quot;&quot;&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 May 2002 01:48:18 +0000</pubDate>
 <dc:creator>korndragon</dc:creator>
 <guid isPermaLink="false">comment 1108280 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108279</link>
    <description> &lt;p&gt;&quot;And  works for me in NS. &quot;...&lt;br /&gt;
if you would look at &lt;a href=&quot;http://cgi.korndragon.net&quot; class=&quot;bb-url&quot;&gt;http://cgi.korndragon.net&lt;/a&gt; in NS - the page is supposed to stretch 100% vertically.. but it wont, also the right side doesn&#039;t strech 100%...&lt;/p&gt;
&lt;p&gt;when i use your function, IE return the error &quot;&#039;pageYOffset&#039; is undefined&quot;&lt;/p&gt;
&lt;p&gt;i hate netscape!!! so much f+++in trouble&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 May 2002 01:30:34 +0000</pubDate>
 <dc:creator>korndragon</dc:creator>
 <guid isPermaLink="false">comment 1108279 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108278</link>
    <description> &lt;p&gt;Isn&#039;t that pageYOffset?&lt;/p&gt;
&lt;p&gt;And  works for me in NS.&lt;/p&gt;
&lt;p&gt;Oops...&lt;br /&gt;
scrolled=n?&quot;window.pageYOffset&quot;:&quot;document.body.scrollTop&quot;&lt;br /&gt;
won&#039;t work in NS6. And why using eval? I would use a function:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function getScrolled()&lt;br /&gt;{&lt;br /&gt;if(pageYOffset)&lt;br /&gt;return pageYOffset;&lt;br /&gt;else if(document.body &amp;amp;&amp;amp; document.body.scrollTop)&lt;br /&gt;return document.body.scrollTop;&lt;br /&gt;else return 0&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I haven&#039;t tried it though.&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 May 2002 01:23:26 +0000</pubDate>
 <dc:creator>niqueco</dc:creator>
 <guid isPermaLink="false">comment 1108278 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108272</link>
    <description> &lt;p&gt;thnx, i se how that can make my code more universal, but i still need to finf out what property netscape uses that is equal to &quot;eval(scrolled)&lt;br /&gt;
&quot; that will find how far the page has been scrolled.&lt;br /&gt;
also, how do i make a table height=&quot;100%&quot; in netscape?&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 May 2002 00:07:09 +0000</pubDate>
 <dc:creator>korndragon</dc:creator>
 <guid isPermaLink="false">comment 1108272 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108269</link>
    <description> &lt;p&gt;Some things that can be useful...&lt;/p&gt;
&lt;p&gt;In your page I see...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;ie=document.all?1:0&lt;br /&gt;ns=document.layers?1:0&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Note that Mozilla, Galeon, Netscape (&amp;gt;= 6) will have both as false!&lt;/p&gt;
&lt;p&gt;My recommendation is not to use this but test for the feature you need instead.&lt;/p&gt;
&lt;p&gt;e.g. instead of...&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;if (ie) el.style.top=eval(scrolled)&lt;br /&gt;if (ns) el.pic.top = top.pageYOffset; &lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;...you might use thu more robust:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;if (el.style) el.style.top=eval(scrolled)&lt;br /&gt;else if (el.pic.top) el.pic.top = top.pageYOffset; &lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Hope it helps.. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 May 2002 23:30:39 +0000</pubDate>
 <dc:creator>niqueco</dc:creator>
 <guid isPermaLink="false">comment 1108269 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108261</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Suzanne &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Oooh. It doesn&#039;t work in opera, either.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You might want to rearrange how you have the table split. If you have it split into rows and columns, where only the middle section expands based on content, you&#039;ll resolve most of your problems, I think. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;how am i supposed to have just the content area expand, and not the rest?&lt;br /&gt;
i guess i cant please every1! lol:D&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 May 2002 20:00:00 +0000</pubDate>
 <dc:creator>korndragon</dc:creator>
 <guid isPermaLink="false">comment 1108261 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108260</link>
    <description> &lt;p&gt;Oooh. It doesn&#039;t work in opera, either.&lt;/p&gt;
&lt;p&gt;You might want to rearrange how you have the table split. If you have it split into rows and columns, where only the middle section expands based on content, you&#039;ll resolve most of your problems, I think.&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 May 2002 19:55:15 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1108260 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ns-code#comment-1108259</link>
    <description> &lt;p&gt;By using valign=&quot;top&quot; in the  where it belongs. What are you trying to do?&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 May 2002 19:53:51 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1108259 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
