<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019914" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019914</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121311</link>
    <description> &lt;p&gt;You don&#039;t use unit measures with zero values -- 0px isn&#039;t right, it should just be 0.&lt;/p&gt;
&lt;p&gt;N7/mac is a mess, though. And I&#039;ve found that N7 works the same on both pc and mac...&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 15:17:24 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121311 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121307</link>
    <description> &lt;p&gt;Thanks for testing Opera (which I don&#039;t have).  I&#039;ve already got a separate script which will determine the browser type and give you this code for MSIE5, MSIE6, and NS 6 and will give all others a plain &quot;safe&quot; version.  That&#039;ll cover +98% of my expected traffic Iif it didn&#039;t come installed on their computer, my friends and family don&#039;t even know about other browsers.  But still, I&#039;ll make that safe version so I don&#039;t look bad.  Thanks everyone &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 14:44:28 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1121307 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121302</link>
    <description> &lt;p&gt;yeah ie loves it, but opera hates it lol&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 11:29:29 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1121302 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121300</link>
    <description> &lt;p&gt;great work! looks en works terrific!&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 10:39:45 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1121300 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121299</link>
    <description> &lt;p&gt;Opera6 doesn&#039;t like that at all. But looks good in IE6&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 09:45:15 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1121299 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121293</link>
    <description> &lt;p&gt;hey looks pretty cool &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; what about putting a set height for ur title?&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 07:43:21 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1121293 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121286</link>
    <description> &lt;p&gt;EUREKA! (I think) &lt;/p&gt;
&lt;p&gt;I finally got it!&lt;/p&gt;
&lt;p&gt;Relative positioning will always leave a dummy space where the element would have been, while absolute positioning closes up that space so it looks nice.  But I couldn&#039;t use absolute positioning without abandoning my centered page style.&lt;/p&gt;
&lt;p&gt;After a ton of google searching I finally came across the answer.  You can use absolute positioning nested from within a fixed point on a page (rather than the edge of the screen).  This fixed point is created by a relative positioning anchor!  The best of both worlds.  Plus it made the values consistant (&quot;top:0px; left:0px&quot;)&lt;/p&gt;
&lt;p&gt;The page that explained it to me was &lt;a href=&quot;http://www.meyerweb.com/eric/articles/webrev/199802b.html&quot; class=&quot;bb-url&quot;&gt;http://www.meyerweb.com/eric/articles/webrev/199802b.html&lt;/a&gt; but go half way down the page to a section titled &quot;Combination Plays&quot;&lt;/p&gt;
&lt;p&gt;Here&#039;s what I believe is a working example for MSIE5+ and NS6+ : &lt;a href=&quot;http://www.mikesussman.com/test3d.php&quot; class=&quot;bb-url&quot;&gt;http://www.mikesussman.com/test3d.php&lt;/a&gt;. (although it may not work perfectly in NS6+, it&#039;s pretty close)&lt;br /&gt;
Yea!  Now I can finally go to sleep.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; :D &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 06:03:00 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1121286 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121267</link>
    <description> &lt;p&gt;Mike, when I run into inexplicable coding mayhem, I do a few things to troubleshoot:&lt;/p&gt;
&lt;p&gt;1. Validate the HTML/XHTML/CSS and correct ALL errors that come up, one by one and revalidate and test between them. This helps me see how different things affect display and the validator.&lt;/p&gt;
&lt;p&gt;2. Use a DOCTYPE to force the browsers to display what I write, not in quirks mode.&lt;/p&gt;
&lt;p&gt;3. Comment the heck out of my CSS and XHTML/HTML so I know EXACTLY what each thing does and I can then turn off things and turn them on and check the results inbetween.&lt;/p&gt;
&lt;p&gt;hth,&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Dec 2002 23:37:55 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121267 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121262</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Renegade &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;no, i don&#039;t get empty space underneath, can u turn your borders on? so that i (or we) know where each div is? and how many you have used? &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I made a copy with  all the div&#039;s borders on 1 but none of it shows up in the empty area because they&#039;ve all been relatively positioned.  It&#039;s wierd to me?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mikesussman.com/test3borders.php&quot; class=&quot;bb-url&quot;&gt;http://www.mikesussman.com/test3borders.php&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Dec 2002 22:48:33 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1121262 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-positioning-1#comment-1121260</link>
    <description> &lt;p&gt;no, i don&#039;t get empty space underneath, can u turn your borders on? so that i (or we) know where each div is? and how many you have used?&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Dec 2002 21:19:24 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1121260 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
