Joern Bargmann's Lifestream - tagged with css http://absorbed-in-thought.com/feed en-us http://blogs.law.harvard.edu/tech/rss Sweetcron joernba@gmail.com Showcase Of Clean And Minimalist Designs | Design Showcase | Smashing Magazine http://absorbed-in-thought.com/items/view/414/showcase-of-clean-and-minimalist-designs-design-showcase-smashing-magazine ]]> Mon, 24 Nov 2008 09:10:00 +0100 http://absorbed-in-thought.com/items/view/414/showcase-of-clean-and-minimalist-designs-design-showcase-smashing-magazine The Best Cheat Sheets for Web Developers | Web Resources | WebAppers http://absorbed-in-thought.com/items/view/334/the-best-cheat-sheets-for-web-developers-web-resources-webappers ]]> Mon, 17 Nov 2008 10:42:00 +0100 http://absorbed-in-thought.com/items/view/334/the-best-cheat-sheets-for-web-developers-web-resources-webappers The Best Free Web Icon Sets - WebIconSets.com http://absorbed-in-thought.com/items/view/333/the-best-free-web-icon-sets-webiconsetscom ]]> Mon, 17 Nov 2008 10:17:00 +0100 http://absorbed-in-thought.com/items/view/333/the-best-free-web-icon-sets-webiconsetscom 5 CSS Tips Every Web Developer Should Know About – Jens Meiert http://absorbed-in-thought.com/items/view/279/5-css-tips-every-web-developer-should-knowabout-jens-meiert ]]> Wed, 12 Nov 2008 09:49:00 +0100 http://absorbed-in-thought.com/items/view/279/5-css-tips-every-web-developer-should-knowabout-jens-meiert Thuiven :: Creative Web Design and development :: Notebook :: 27 Beautiful, Typography-Based Web Designs. http://absorbed-in-thought.com/items/view/65/thuiven-creative-web-design-and-development-notebook-27-beautiful-typography-based-web-designs ]]> Tue, 04 Nov 2008 16:47:00 +0100 http://absorbed-in-thought.com/items/view/65/thuiven-creative-web-design-and-development-notebook-27-beautiful-typography-based-web-designs Woork: Useful resources and tutorials for developing stunning web sites http://absorbed-in-thought.com/items/view/36/woork-useful-resources-and-tutorials-for-developing-stunning-web-sites ]]> Tue, 21 Oct 2008 09:43:00 +0200 http://absorbed-in-thought.com/items/view/36/woork-useful-resources-and-tutorials-for-developing-stunning-web-sites How to: CSS Large Background http://absorbed-in-thought.com/items/view/38/how-to-css-large-background ]]> Mon, 20 Oct 2008 14:48:00 +0200 http://absorbed-in-thought.com/items/view/38/how-to-css-large-background paulhammond.org: Conditional classnames http://absorbed-in-thought.com/items/view/51/paulhammondorg-conditional-classnames

Interesting use of conditional comments: If you use this HTML: <!--[if IE ]> <body class="IE"> <![endif]--> <!--[if !IE]>--> <body> <!--<![endif]-->

with CSS that looks something like: div.foo { color: inherit; } .ie div.foo { color: #ff8000;

then you get all of the advantages of using conditional comments to work around problems in Internet Explorer, without the extra HTTP request of an IE-only stylesheet.

(From paulhammond.org: Conditional classnames.) Via Twitter (Simon Willison)

]]>
Fri, 17 Oct 2008 14:57:00 +0200 http://absorbed-in-thought.com/items/view/51/paulhammondorg-conditional-classnames