<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024718" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024718</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/div-positioning-problem#comment-1151019</link>
    <description> &lt;p&gt;thankyou so much, I&#039;ll try that.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 May 2004 19:17:16 +0000</pubDate>
 <dc:creator>vixxiv</dc:creator>
 <guid isPermaLink="false">comment 1151019 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/div-positioning-problem#comment-1150999</link>
    <description> &lt;p&gt;Using absolute positioning is going to drive you mental if you don&#039;t learn what you&#039;re doing. Layout the page sensibly first. &lt;/p&gt;
&lt;p&gt;This will be stacked:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div&amp;gt;&amp;lt;img&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div&amp;gt;&amp;lt;img&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;If you want them side by side, you can float them instead. If you want them to be with those left and top edges, you can do this (relative):&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;#header {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left: 110px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-top: 200px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&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;header&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/img/news01.jpg&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;However, you have it currently centered... If you want it to be centered:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;#header {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0 auto;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* this is for IE/PC */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&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;header&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/img/news01.jpg&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;To get centering to work right in IE may take some other fussing -- validate, validate, validate and then do research on the other CSS. CSS doesn&#039;t excuse you from having a sensible document structure, but rather it relies on it, so make sure the page makes sense *without* CSS, then apply it.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 May 2004 12:13:12 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1150999 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/div-positioning-problem#comment-1150992</link>
    <description> &lt;p&gt;Haha, well, I was originally going to do that, but I can&#039;t find a trick ro anything that would make it work, and in my frustration -- I deleted it and decided to do something else.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Though, an suggestions on the subject would be wonderful, because I still plan on making a site with div layers ...&lt;/p&gt;
&lt;p&gt;The original code for that was:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;div style=&amp;quot;position: absolute; left: 110px; top: 200px;&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/img/news01.jpg&amp;quot; border=0&amp;gt; ... &amp;lt;/div&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;the script above the html tag was put on by the hostutra.com, so I can&#039;t really get rid of that .. unfortunately.&lt;/p&gt;
&lt;p&gt;I did everything I normally do, but is there a special text I have to put in or anything that will make the positioning of --really-- anything stay the same in all resolutions? Or am I dreaming of something not yet thought of? lol&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 May 2004 05:16:57 +0000</pubDate>
 <dc:creator>vixxiv</dc:creator>
 <guid isPermaLink="false">comment 1150992 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/div-positioning-problem#comment-1150933</link>
    <description> &lt;p&gt;You can&#039;t have anything except for the DOCTYPE before  -- move that JavaScript into the  tag.&lt;/p&gt;
&lt;p&gt;And there aren&#039;t any DIVs, lol... More explanation?&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 May 2004 02:35:51 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1150933 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/div-positioning-problem#comment-1150929</link>
    <description> &lt;p&gt;Remove the extra HTML comment tags, you only need it straight after the  and just before  - don&#039;t know if that will do much though.&lt;/p&gt;
&lt;p&gt;I don&#039;t see any DIVs&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 May 2004 01:30:01 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1150929 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
