<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011622" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011622</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/postioning-div#comment-1066774</link>
    <description> &lt;p&gt;Hi Jack,&lt;/p&gt;
&lt;p&gt;  Hey one out of three -- not bad &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;br /&gt;
  Glad you think it&#039;s not much work. &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;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jul 2000 19:18:58 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1066774 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/postioning-div#comment-1066726</link>
    <description> &lt;p&gt;Wow Vinny, that was quick.&lt;/p&gt;
&lt;p&gt;I&#039;m sorry to say but:&lt;br /&gt;
I can&#039;t use #1 because of the NN4-problem.&lt;br /&gt;
I can&#039;t use #2 because the  is more than text. It contains rollover images etc as well.&lt;/p&gt;
&lt;p&gt;But, to cheer you up:&lt;br /&gt;
I can use #3!!!! Hooray!!&lt;br /&gt;
Little bit dumb of me not coming up with that (...)&lt;br /&gt;
I&#039;m aware of the fact that I have to deal with the users different resolutions, but to solve that little problem shouldn&#039;t be too much.  &lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jul 2000 13:26:27 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1066726 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/postioning-div#comment-1066722</link>
    <description> &lt;p&gt;Morning Jack,&lt;/p&gt;
&lt;p&gt;   Gee, you don&#039;t want much, huh? &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;br /&gt;
   OK, I&#039;ve never needed to, but if you mean for resizings, etc. Try one of the following:&lt;br /&gt;
   1) For IE: document.all.divID.align = &quot;center&quot;; NN4 has no such command, so you&#039;ll have to determine it on the fly (see # 3 for ideas)&lt;br /&gt;
   2) place it within a cell in the middle of the page. If the div is more than text, you may have problems with NN 4 and event handlers.&lt;br /&gt;
   3) determine the document&#039;s size and set the positioning accordingly, something like:&lt;br /&gt;
    centerY = window.innerHeight / 2;&lt;br /&gt;
    centerX = window.innerWidth / 2;&lt;br /&gt;
    If you know the height &amp;amp; width of the div, you can then use the center to determine the offsets.&lt;br /&gt;
    lPosition = centerX + (divWidth/2);&lt;br /&gt;
    tPosition = centerX + (divHeight/2);&lt;br /&gt;
    ...style=&quot;position:absolute; top:&quot; + tPosition + &quot;;left:&quot; + lPosition .....&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;br /&gt;
Vinny&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jul 2000 12:20:03 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1066722 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
