CSS

Presentation about CSS3 Media Queries

Here is a presentation by Russ Weakley of Max Design going over CSS3 Media Queries. Really powerful stuff.

Cross-OS Font Stacks

If I find more I will add them to this article. For those of you who know of others please leave your comment and a source for it too, which will allows us to trace and see the work done.
Monospace Font Stacks
Fixing Monospace Sizing (Eric Meyer)
font-family: Courier, “Courier New”, “Nimbus Mono L”, “DejaVu Sans Mono”,
“Lucida [...]

It’s the End of CSS hacks as We Know It…

P.I.E.’s article”CSS Hacks and IE7 and the oh so popular post on the IE Blog “Call to action: The demise of CSS hacks and broken pages” has made me think and desire to post what I have been thinking about all of this. I have also read various posts referring the the later and [...]

CSS Fonts and Font Sizing

We have had some issues about fonts and font sizes. I though I would give some information regarding this.
Font Sizes
This odd 100.01% value for the font size compensates for several browser bugs. First, setting a default body font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of [...]

CSS 2.1 Specificity Calculation

There has been a round of posts that show how to calculate CSS 2.1 Specificity for a given rule to determine which style takes precedence on Molly.com, Malarky. There is also some info on HTML Dog, Meyer Web, and Juicy Studio as well.
It is not common to have problems with this. I have only [...]