Nette Sachen mit CSS und jQuery
Nick Parson zeigt wie man Checkmark Icons, z-B. für List Items, nur mit CSS realisieren kann.
Before we start on any project, we have to remember the number one rule of CSS3 coding. Well, actually it’s two rules:
- It must be cross-browser acceptable. I’m not talking identical, but a CSS3 technique is not very useful if it destroys the experience for users with older browsers. Use progressive enhancement.
- No worthless markup! I know CSS3 is fun, and it’s not bad to experiment, but if you have to add a whole bunch of non-semantic junk markup just to save yourself from needing to use an image, you’ve defeated the point.
Und tutorialzine erklärt den “Retina Effect” und wie man so was mit jQuery erreichen kann. Anschaulich und leicht nachvollziehbar erklärt. Cool.

