<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030769" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030769</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1180083</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;chrishirst wrote:&lt;/strong&gt; Relative will move the element relative&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Relative moves the element from where is would normally appear.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;chrishirst wrote:&lt;/strong&gt; Actually absolute is the top &lt;strong&gt;left&lt;/strong&gt; corner of the browser viewport &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Thank you, I diden&#039;t notice I put right insted of left.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;chrishirst wrote:&lt;/strong&gt; float: left|right|none   &lt;a href=&quot;http://www.w3schools.com/css/pr_class_float.asp&quot; class=&quot;bb-url&quot;&gt;W3Schools&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I still yet to understand/use float but I know it wont help form everything I&#039;ve read.&lt;/p&gt;
&lt;p&gt;I&#039;ll have some samples of what I am talking about shortly.&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Sep 2005 17:26:39 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1180083 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1180048</link>
    <description> &lt;p&gt;If it is contained in a parent div, if not absolute with resprect to the page...&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Sep 2005 11:54:32 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1180048 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1180039</link>
    <description> &lt;p&gt;Correct me if I&#039;m wrong but, isn&#039;t absolute positioning, absolute to it&#039;s parent?&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Sep 2005 07:03:40 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1180039 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1180028</link>
    <description> &lt;p&gt;&lt;strong&gt; Right On Chris! &lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Sep 2005 03:20:39 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1180028 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1180013</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;bja888 wrote:&lt;/strong&gt; I do not agree. The biggest proublem I am haveing with css postioning is that you can define where an object should be relative to the parent object.&lt;/p&gt;
&lt;p&gt;Absoulte postioning starts at the top right conrner of the screen and relative postioning just moves it from where it would normally be.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;What more do you need ? Static leaves the element in the normal flow, Relative will move the element relative to the parent and absolute is out of the flow and exactly where you specify. Unless you want an absolutely positioned element that is relative to other elements, which would be a contradiction in terms.&lt;br /&gt;
Actually absolute is the top &lt;strong&gt;left&lt;/strong&gt; corner of the browser viewport &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;bja888 wrote:&lt;/strong&gt; There should also be a way to align one object to the left and the other one to the right in the same parent object.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;There is. &lt;/p&gt;
&lt;p&gt;float: left|right|none   &lt;a href=&quot;http://www.w3schools.com/css/pr_class_float.asp&quot; class=&quot;bb-url&quot;&gt;W3Schools&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Sep 2005 21:09:37 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1180013 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1180010</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Renegade wrote:&lt;/strong&gt; Why reinvent the wheel? CSS positioning works just fine.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I do not agree. The biggest proublem I am haveing with css postioning is that you can define where an object should be relative to the parent object.&lt;/p&gt;
&lt;p&gt;Absoulte postioning starts at the top right conrner of the screen and relative postioning just moves it from where it would normally be.&lt;/p&gt;
&lt;p&gt;There should also be a way to align one object to the left and the other one to the right in the same parent object.&lt;/p&gt;
&lt;p&gt;I&#039;m sure I can think of more, that&#039;s just for starters.&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Sep 2005 19:19:12 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1180010 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1180006</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; *should we tell anyone we actually agree?*&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;LOL - definately not! &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;
&lt;p&gt;I second that motion Renegade.&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Sep 2005 16:22:44 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1180006 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1179946</link>
    <description> &lt;p&gt;Why reinvent the wheel? CSS positioning works just fine.&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Sep 2005 02:11:43 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1179946 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1179895</link>
    <description> &lt;p&gt;Note I did say decent site &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Sep 2005 11:18:34 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1179895 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/i-dont-xhtml#comment-1179881</link>
    <description> &lt;p&gt;Yes you can make a website in xhml without the use of CSS but if you want to add color or font styles you need to.&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Sep 2005 03:44:24 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1179881 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
