<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038606" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038606</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1220015</link>
    <description> &lt;p&gt;Never had problems with absolute positioning either, just prefer the negative margins if all else fails...&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Jun 2007 02:41:25 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1220015 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1220006</link>
    <description> &lt;p&gt;Yeah using absolute positioning is making more sense to me to. Setting up those margins is proving to be a pain in the butt. I was hoping there was a way to do it with floats but it doesn&#039;t look like there is. CSS should have a &quot;sink&quot; to go along with &quot;float&quot;.&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jun 2007 17:43:05 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1220006 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1219992</link>
    <description> &lt;p&gt;I&#039;ve never had a problem with absolute positioning - always works well for me but I&#039;ll check out that link. To me positioning makes a lot more sense than negative margins...&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jun 2007 14:13:56 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1219992 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1219967</link>
    <description> &lt;p&gt;Yep, absolute positioning is very popular on themeing sites so they can put their banners in the top left or top right  of your browser window... I usually stick with negative margins for positioning elements the way I want it to, I tried the same experiment you&#039;re planning teammatt, my results we&#039;re inconclusive, but using appropriate header tags seems to do the trick, and putting excerpts of contents on top... Please post your results of this experiment...&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jun 2007 04:02:22 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1219967 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1219964</link>
    <description> &lt;p&gt;Megan said:&lt;br /&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Quote: I&#039;m a little fuzzy on why people have such a problem with absolute positioning&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;It&#039;s not &lt;em&gt;people&lt;/em&gt; that have problems with absolute positioning, it&#039;s &lt;em&gt;browsers&lt;/em&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;&lt;/p&gt;
&lt;p&gt;example: &lt;a href=&quot;http://www.positioniseverything.net/posbugs.html&quot; class=&quot;bb-url&quot;&gt;http://www.positioniseverything.net/posbugs.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;FWIW - absolute positioning takes an element and &quot;lifts&quot; it off the page, as it were. The rest of the content knows nothing about it. If the element is large, changes to content, text size, window size etc. can easily &quot;break&quot; the page as the absolutely positioned element may then cover other parts of the page.&lt;/p&gt;
&lt;p&gt;OTOH - it&#039;s great for things like positioning corner images in - well - the corner.&lt;/p&gt;
&lt;p&gt;Cordially, David&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jun 2007 02:05:04 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1219964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1219954</link>
    <description> &lt;p&gt;I&#039;ve heard differing opinons from SE experts about whether source code matters. Some say yes, some no (that text towards the top is given more importance and links crawled better etc.). I think it often makes more sense when the page is viewed without a stylesheet, which happens in old browsers, mobiles, and for alternate devices sometimes.&lt;/p&gt;
&lt;p&gt;This is an interesting idea for doing it without absolute positioning (I&#039;m a little fuzzy on why people have such a problem with absolute positioning, not that I think it&#039;s super-great or anything, just unaware of rationale against it, haven&#039;t had a chance to read the info about that... )&lt;/p&gt;
 </description>
     <pubDate>Thu, 31 May 2007 20:36:05 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1219954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1219950</link>
    <description> &lt;p&gt;Yes! Thanks webwiz, the margin will do it. Code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Untitled Document&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;body {&lt;br /&gt;width:778px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#top {&lt;br /&gt;	background-color:#000000;&lt;br /&gt;	margin-top:500px;&lt;br /&gt;}&lt;br /&gt;#bottom {&lt;br /&gt;	width:777px;&lt;br /&gt;	background-color:#898989;&lt;br /&gt;	margin-top:-250px;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;p&amp;gt;please be on the bottom: this div is on the top in the source code&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;bottom&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;p&amp;gt;this div is on the bottom in the source code&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;The reason I want to try this is to experiment with placing the main body content first in the code, the navigation code, and then the header, and footer to see if that has any noticeable affect on search engine rankings. Sometimes Google will display the header part of the content (stuff like the site title and slogan) for the description in the SERPs. If the main page content was first in the source code, then at least Google would grab some interesting stuff. I just want to play around with that idea.&lt;/p&gt;
 </description>
     <pubDate>Thu, 31 May 2007 19:07:47 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1219950 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/placement-content-source-code#comment-1219947</link>
    <description> &lt;p&gt;Well, I suppose you could give the first DIV a large negative bottom margin to pull the second DIV up an appropriate amount, and make room with a positive top margin. But why would you want to do this?&lt;/p&gt;
&lt;p&gt;If you could give us a use case, or post an example, we may be able to be more helpful.&lt;/p&gt;
&lt;p&gt;Cordially, David&lt;/p&gt;
 </description>
     <pubDate>Thu, 31 May 2007 17:25:59 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1219947 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
