<?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: Understanding CSS &#8211; Padding, Positioning and CSS3</title> <atom:link href="http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/feed/" rel="self" type="application/rss+xml" /><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/</link> <description>creative crazy!</description> <lastBuildDate>Tue, 07 Sep 2010 09:54:44 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Bryan</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1699</link> <dc:creator>Bryan</dc:creator> <pubDate>Mon, 08 Mar 2010 15:21:24 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1699</guid> <description>Hate to point it out, but the CSS in the &quot;Good Page Typography&quot; isn&#039;t as good as it could be either.For one, there is a lot of redundancies in the code (font declaration, margins), and also that the margins are set in pixels when dealing with text (bad usability).The code could be much cleaner, and much more effective if written like so:/*THIS is Good Web Typography*/body {font:.88em Arial,serif}#container {line-height:1.5em}h1,h2,h3 {margin:.71em 0}h1 {color:#252525; font-size:2.5em}h2 {color:#333; font-size:1.88em}h3 {color:#4c4c4c; font-size:1.25em}p {color:#4c4c4c; margin:0 0 1.43em}</description> <content:encoded><![CDATA[<p>Hate to point it out, but the CSS in the &#8220;Good Page Typography&#8221; isn&#8217;t as good as it could be either.</p><p>For one, there is a lot of redundancies in the code (font declaration, margins), and also that the margins are set in pixels when dealing with text (bad usability).</p><p>The code could be much cleaner, and much more effective if written like so:</p><p> /*THIS is Good Web Typography*/</p><p>body {font:.88em Arial,serif}</p><p>#container {line-height:1.5em}</p><p>h1,h2,h3 {margin:.71em 0}</p><p>h1 {color:#252525; font-size:2.5em}</p><p>h2 {color:#333; font-size:1.88em}</p><p>h3 {color:#4c4c4c; font-size:1.25em}</p><p>p {color:#4c4c4c; margin:0 0 1.43em}</p> ]]></content:encoded> </item> <item><title>By: links for 2010-02-18 &#124; Digitalistic - Mashup or die trying</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1519</link> <dc:creator>links for 2010-02-18 &#124; Digitalistic - Mashup or die trying</dc:creator> <pubDate>Thu, 18 Feb 2010 14:03:32 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1519</guid> <description>[...] Understanding CSS – Padding, Positioning and CSS3 « CreativityDen (tags: css3 html5 css shadow postitioning padding) [...]</description> <content:encoded><![CDATA[<p>[...] Understanding CSS – Padding, Positioning and CSS3 « CreativityDen (tags: css3 html5 css shadow postitioning padding) [...]</p> ]]></content:encoded> </item> <item><title>By: Maux™</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1409</link> <dc:creator>Maux™</dc:creator> <pubDate>Wed, 10 Feb 2010 20:40:42 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1409</guid> <description>Hey nice post…
And about columns?
I use this when I need…
.multi_columns {
column-count: 3;
column-gap: 10px;
column-rule: 1px dotted #666;
-moz-column-count:3;
-moz-column-rule: 1px dotted #666;
-moz-column-gap: 10px;
-webkit-column-count:3;
-webkit-column-rule: 1px dotted #666;
-webkit-column-gap: 10px;
}
It&#039;s very useful…
I hope in future, all browser supports CSS3.</description> <content:encoded><![CDATA[<p>Hey nice post…<br
/> And about columns?<br
/> I use this when I need…<br
/> .multi_columns {<br
/> column-count: 3;<br
/> column-gap: 10px;<br
/> column-rule: 1px dotted #666;<br
/> -moz-column-count:3;<br
/> -moz-column-rule: 1px dotted #666;<br
/> -moz-column-gap: 10px;<br
/> -webkit-column-count:3;<br
/> -webkit-column-rule: 1px dotted #666;<br
/> -webkit-column-gap: 10px;<br
/> }<br
/> It&#8217;s very useful…<br
/> I hope in future, all browser supports CSS3.</p> ]]></content:encoded> </item> <item><title>By: Eclecti.ca &#187; Blog Archive &#187; linkHive For Feb 8th</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1389</link> <dc:creator>Eclecti.ca &#187; Blog Archive &#187; linkHive For Feb 8th</dc:creator> <pubDate>Tue, 09 Feb 2010 15:50:47 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1389</guid> <description>[...] Understanding CSS &#8211; Padding, Positioning and CSS3 &#171; CreativityDen &#8211; With the release of CSS3, which is now being used more frequently, I&#8217;ve put this little article together for more of a beginner. However you never know, there may be a few tricks you don&#8217;t know. [...]</description> <content:encoded><![CDATA[<p>[...] Understanding CSS &ndash; Padding, Positioning and CSS3 &laquo; CreativityDen &#8211; With the release of CSS3, which is now being used more frequently, I&rsquo;ve put this little article together for more of a beginner. However you never know, there may be a few tricks you don&rsquo;t know. [...]</p> ]]></content:encoded> </item> <item><title>By: Enlaces interesantes (28)&#160;&#124;&#160;Cosas sencillas</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1372</link> <dc:creator>Enlaces interesantes (28)&#160;&#124;&#160;Cosas sencillas</dc:creator> <pubDate>Mon, 08 Feb 2010 20:15:49 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1372</guid> <description>[...] Understanding CSS – Padding, Positioning and CSS3 (blog.creativityden). Es un artículo que nos muestra a todos (sobre todo a los principiantes) sobre las posibilidades del CSS, y la manera de utilizarla de forma eficaz en los diseños. Una de las cosas más frustrantes cuando se codifica un sitio web es no tener las habilidades para realizar estas tareas. Estos pequeños trucos los puedes emplear en tus próximos diseños. [...]</description> <content:encoded><![CDATA[<p>[...] Understanding CSS – Padding, Positioning and CSS3 (blog.creativityden). Es un artículo que nos muestra a todos (sobre todo a los principiantes) sobre las posibilidades del CSS, y la manera de utilizarla de forma eficaz en los diseños. Una de las cosas más frustrantes cuando se codifica un sitio web es no tener las habilidades para realizar estas tareas. Estos pequeños trucos los puedes emplear en tus próximos diseños. [...]</p> ]]></content:encoded> </item> <item><title>By: Weekly Round-up: 15 must read development, design and blogging articles - Web Development Blog</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1340</link> <dc:creator>Weekly Round-up: 15 must read development, design and blogging articles - Web Development Blog</dc:creator> <pubDate>Sun, 07 Feb 2010 02:51:37 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1340</guid> <description>[...] Understanding CSS – Padding, Positioning and CSS3 [...]</description> <content:encoded><![CDATA[<p>[...] Understanding CSS – Padding, Positioning and CSS3 [...]</p> ]]></content:encoded> </item> <item><title>By: SMiGL</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1295</link> <dc:creator>SMiGL</dc:creator> <pubDate>Fri, 05 Feb 2010 08:40:49 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1295</guid> <description>Helpful post. Thanks!
.-= SMiGL&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/night-fairy-tales/~3/oieaCyyursU/blog-post.html&quot; rel=&quot;nofollow&quot;&gt;Мнение&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>Helpful post. Thanks!<br
/> .-= SMiGL&#180;s last blog ..<a
href="http://feedproxy.google.com/~r/night-fairy-tales/~3/oieaCyyursU/blog-post.html" rel="nofollow">Мнение</a> =-.</p> ]]></content:encoded> </item> <item><title>By: THeo</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1289</link> <dc:creator>THeo</dc:creator> <pubDate>Fri, 05 Feb 2010 00:47:22 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1289</guid> <description>Nice to have all this on one site. Already twitted.Thank you.
.-= THeo&#180;s last blog ..&lt;a href=&quot;http://rolling-webdesign.com/suchmaschinen-optimierung&quot; rel=&quot;nofollow&quot;&gt;Suchmaschinen-Optimierung, der Weg nach vorn&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>Nice to have all this on one site. Already twitted.</p><p>Thank you.<br
/> .-= THeo&#180;s last blog ..<a
href="http://rolling-webdesign.com/suchmaschinen-optimierung" rel="nofollow">Suchmaschinen-Optimierung, der Weg nach vorn</a> =-.</p> ]]></content:encoded> </item> <item><title>By: Understanding CSS – Padding, Positioning and CSS3 « CreativityDen &#187; Web Design</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1287</link> <dc:creator>Understanding CSS – Padding, Positioning and CSS3 « CreativityDen &#187; Web Design</dc:creator> <pubDate>Fri, 05 Feb 2010 00:27:32 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1287</guid> <description>[...] Understanding CSS – Padding, Positioning and CSS3 « CreativityDen [...]</description> <content:encoded><![CDATA[<p>[...] Understanding CSS – Padding, Positioning and CSS3 « CreativityDen [...]</p> ]]></content:encoded> </item> <item><title>By: mark</title><link>http://blog.creativityden.com/understanding-css-padding-positioning-and-css3/#comment-1286</link> <dc:creator>mark</dc:creator> <pubDate>Fri, 05 Feb 2010 00:14:23 +0000</pubDate> <guid
isPermaLink="false">http://blog.creativityden.com/?p=3227#comment-1286</guid> <description>If only there were more rounded corners and shadow affects on web pages. Then perhaps all the world&#039;s children will be fed.</description> <content:encoded><![CDATA[<p>If only there were more rounded corners and shadow affects on web pages. Then perhaps all the world&#8217;s children will be fed.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching using disk

Served from: blog.creativityden.com @ 2010-09-10 13:35:45 -->