Cascading Style Sheets - Part 02: CSS Guidelines

CSSHere is part 02 of the sessions I have presented on CSS and web design as a part of the Open Sessions program at eSpace. If you didn't already, please check part 01 first.

Did you like this article? Bookmark it:

Related Articles

3 Comments

  • Slam 7atem. It is really on of the best presentation I have read about CSS. I have one comment regarding having on master CSS file. For the performance issue it is advisable to have less number of files and to call it directly from the HTML file. doing this will reduce the HTTP calls

  • Thanks Saeed. This extra HTTP call would happen just once as your CSS would be cached. And you get extra benefits in return.

  • This article discuss this issue. It shows why we should not use @import http://www.stevesouders.com/blog/2009/04/09/dont-use-import/

Leave a Comment

If you want to post code, do this:
<pre><code class="ruby|javascript|css|html"> your code here </code></pre>