<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Floating Points</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 10 May 2013 11:50:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: ubsersquid</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-6126</link>
		<dc:creator>ubsersquid</dc:creator>
		<pubDate>Fri, 19 Aug 2005 05:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-6126</guid>
		<description><![CDATA[a test, hopefully it won&#039;t appear, sorry if it does]]></description>
		<content:encoded><![CDATA[<p>a test, hopefully it won&#8217;t appear, sorry if it does</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-1246</link>
		<dc:creator>Mitchell</dc:creator>
		<pubDate>Sun, 10 Oct 2004 01:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-1246</guid>
		<description><![CDATA[On the question above about alligning form elements, I believe the standard is asking us to move to using &quot;labels&quot; with forms, and though Ive always used tables, my first early experiences with labels is fairly good. You have to pack in some margins and padding in your style sheet to make your text sit properly to the side or above your forms, but yes, its less markup and better design than tables, and can be done.

Second, Eric, thanks for all the hard work helping the world move in this direction. After allot of blood, sweat and tears, Im finally moving our web shop (www.aztecsystems.com) to the standard, though with Microsoft&#039;s messy Visual Studio, ASP.NET, and developers locked into old-fashioned table design, its a bit hard to make the argument (and thus the move) that the added effort and hours learning this technology is worth it, especially with all the bugs in the browsers.

But on the issue of positioning versus floats, sorry, but the fact that absolute elements are taken out of the document flow, AND with the issues with IE, I have been forced me to abandon positioning in all my web layouts. No matter how illogical floats may be, they still give us the power to place things on the page without tables, and with some hope that it will work in all browsers. In order to pull off that magic trick in 99% of the agents out there, I have been forced to apply quite a few hacks in my code....dont know about you. Thats not good and my chief worry. But positioning, as wonderful as it seems and so easy a concept to grasp as it seems to be, is still a huge huge mess, with LOTS of limitations in what it can do. I picture a world in about ten years from now, where the newest gui&#039;s and web building tools allow you to open a page and drag and drop designs and content blocks onto an artboard and boom, they are positioned pixel by pixel along grids using CSS and positioning.....that world I believe will come eventually. I think positioning is the future ...but not today. The w3c spec is lacking and the browsers will be lacking for some time. So, my vote, if you are taking one, is go with the floats! You content is all contained relative to each other, and its a very fluid and flexible solution with allot of potential. Go with that!

Here are sample of that thought in action:
http://www.stormdetector.com/layout1.html
http://www.stormdetector.com/layout2.html

Mitchell]]></description>
		<content:encoded><![CDATA[<p>On the question above about alligning form elements, I believe the standard is asking us to move to using &#8220;labels&#8221; with forms, and though Ive always used tables, my first early experiences with labels is fairly good. You have to pack in some margins and padding in your style sheet to make your text sit properly to the side or above your forms, but yes, its less markup and better design than tables, and can be done.</p>
<p>Second, Eric, thanks for all the hard work helping the world move in this direction. After allot of blood, sweat and tears, Im finally moving our web shop (www.aztecsystems.com) to the standard, though with Microsoft&#8217;s messy Visual Studio, ASP.NET, and developers locked into old-fashioned table design, its a bit hard to make the argument (and thus the move) that the added effort and hours learning this technology is worth it, especially with all the bugs in the browsers.</p>
<p>But on the issue of positioning versus floats, sorry, but the fact that absolute elements are taken out of the document flow, AND with the issues with IE, I have been forced me to abandon positioning in all my web layouts. No matter how illogical floats may be, they still give us the power to place things on the page without tables, and with some hope that it will work in all browsers. In order to pull off that magic trick in 99% of the agents out there, I have been forced to apply quite a few hacks in my code&#8230;.dont know about you. Thats not good and my chief worry. But positioning, as wonderful as it seems and so easy a concept to grasp as it seems to be, is still a huge huge mess, with LOTS of limitations in what it can do. I picture a world in about ten years from now, where the newest gui&#8217;s and web building tools allow you to open a page and drag and drop designs and content blocks onto an artboard and boom, they are positioned pixel by pixel along grids using CSS and positioning&#8230;..that world I believe will come eventually. I think positioning is the future &#8230;but not today. The w3c spec is lacking and the browsers will be lacking for some time. So, my vote, if you are taking one, is go with the floats! You content is all contained relative to each other, and its a very fluid and flexible solution with allot of potential. Go with that!</p>
<p>Here are sample of that thought in action:<br />
<a href="http://www.stormdetector.com/layout1.html" rel="nofollow">http://www.stormdetector.com/layout1.html</a><br />
<a href="http://www.stormdetector.com/layout2.html" rel="nofollow">http://www.stormdetector.com/layout2.html</a></p>
<p>Mitchell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric marden</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-689</link>
		<dc:creator>eric marden</dc:creator>
		<pubDate>Thu, 19 Aug 2004 17:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-689</guid>
		<description><![CDATA[i&#039;ve long been using css for text and dhtml menus. but a few months ago started delving into more and more css based designs, as it seemed like it had gained enough support by the browsers to warrant being able to do it. but it&#039;s post like yours that help cut thru the signal:noise ratio about CSS and Standards-based web design. i&#039;ve been looking for a CSS &#039;way&#039; to layout my forms - so that the text and form elements line up and look neat, orderly and easy-to-read. i&#039;ve tried tricks like right aligning elements in the form tag and what not, but have not been having the kind of results that i expected (especially between mozilla and ie for instance)... now i konw it&#039;s &#039;safe&#039; to go back and use tables in these instances. thanks.]]></description>
		<content:encoded><![CDATA[<p>i&#8217;ve long been using css for text and dhtml menus. but a few months ago started delving into more and more css based designs, as it seemed like it had gained enough support by the browsers to warrant being able to do it. but it&#8217;s post like yours that help cut thru the signal:noise ratio about CSS and Standards-based web design. i&#8217;ve been looking for a CSS &#8216;way&#8217; to layout my forms &#8211; so that the text and form elements line up and look neat, orderly and easy-to-read. i&#8217;ve tried tricks like right aligning elements in the form tag and what not, but have not been having the kind of results that i expected (especially between mozilla and ie for instance)&#8230; now i konw it&#8217;s &#8216;safe&#8217; to go back and use tables in these instances. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tswan</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-613</link>
		<dc:creator>tswan</dc:creator>
		<pubDate>Tue, 27 Jul 2004 18:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-613</guid>
		<description><![CDATA[As far as I know, &quot;display:table&quot; doesn&#039;t work properly in IE.]]></description>
		<content:encoded><![CDATA[<p>As far as I know, &#8220;display:table&#8221; doesn&#8217;t work properly in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene T.S. Wong</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-595</link>
		<dc:creator>Eugene T.S. Wong</dc:creator>
		<pubDate>Fri, 23 Jul 2004 21:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-595</guid>
		<description><![CDATA[I don&#039;t understand why you don&#039;t see &lt;a href=&quot;http://www.snook.ca/archives/000177.html&quot;&gt;&quot;display:table;&quot;&lt;/a&gt; as an option. Could you elaborate?]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand why you don&#8217;t see <a href="http://www.snook.ca/archives/000177.html">&#8220;display:table;&#8221;</a> as an option. Could you elaborate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beto</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-594</link>
		<dc:creator>beto</dc:creator>
		<pubDate>Fri, 23 Jul 2004 16:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-594</guid>
		<description><![CDATA[I second your statement on tables - Not so long ago, so-called CSS purists went berzerk over a post on &lt;a href=&quot;http://www.mezzoblue.com/archives/2004/05/13/gasp_tables/&quot;&gt;Dave Shea&#039;s site&lt;/a&gt; just by suggesting that there are times when it &lt;em&gt;may&lt;/em&gt; still be better to use tables to hold pieces of layout instead of pure CSS-based positioning. You know, it&#039;s always exciting when you can pull out a page that can look gorgeous on a browser and practical on a PDA, and validates at the same time, but for better or worse, it is often more important to get the site on time and be paid by the client ASAP - specially when there&#039;s no room for experimentation. Testing time for browser bugs due to uneven CSS support often takes longer than we think, and few if any development timeline/budget projections ever take this into consideration.

However efforts and research like that of Shaun&#039;s definitely are on the way to make these burdens less of an issue, and that can only be a good thing.]]></description>
		<content:encoded><![CDATA[<p>I second your statement on tables &#8211; Not so long ago, so-called CSS purists went berzerk over a post on <a href="http://www.mezzoblue.com/archives/2004/05/13/gasp_tables/">Dave Shea&#8217;s site</a> just by suggesting that there are times when it <em>may</em> still be better to use tables to hold pieces of layout instead of pure CSS-based positioning. You know, it&#8217;s always exciting when you can pull out a page that can look gorgeous on a browser and practical on a PDA, and validates at the same time, but for better or worse, it is often more important to get the site on time and be paid by the client ASAP &#8211; specially when there&#8217;s no room for experimentation. Testing time for browser bugs due to uneven CSS support often takes longer than we think, and few if any development timeline/budget projections ever take this into consideration.</p>
<p>However efforts and research like that of Shaun&#8217;s definitely are on the way to make these burdens less of an issue, and that can only be a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Commentary</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-543</link>
		<dc:creator>Commentary</dc:creator>
		<pubDate>Wed, 21 Jul 2004 17:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-543</guid>
		<description><![CDATA[&lt;strong&gt;Absolute Clearance&lt;/strong&gt;
If you&#8217;re looking for context for this entry please see my previous post and its comments Everything must go Man, the internet is a tough crowd. Seriously, who uses the back button? Hehe, a broken back button was not one...]]></description>
		<content:encoded><![CDATA[<p><strong>Absolute Clearance</strong><br />
If you&#8217;re looking for context for this entry please see my previous post and its comments Everything must go Man, the internet is a tough crowd. Seriously, who uses the back button? Hehe, a broken back button was not one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Position important text logically using CSS &#187; SEO News, Articles &#38; Opinion</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-2005</link>
		<dc:creator>Position important text logically using CSS &#187; SEO News, Articles &#38; Opinion</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-2005</guid>
		<description><![CDATA[[...] positioning Mimicking Magazine Layouts in CSS Lessons learned: CSS: What&#039;s the difference &lt;a href=&quot;http://www.meyerweb.com/eric/thoughts/2004/07/21/floating-points/&quot;&gt;Floating Points&lt;/a&gt;                    Related PostsGoogle VS Yahoo on SERP rele [...]]]></description>
		<content:encoded><![CDATA[<p>[...] positioning Mimicking Magazine Layouts in CSS Lessons learned: CSS: What&#8217;s the difference <a href="http://www.meyerweb.com/eric/thoughts/2004/07/21/floating-points/">Floating Points</a> </p>
<p>         Related PostsGoogle VS Yahoo on SERP rele [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->