How to prevent jagged edges when using CSS transformations in Mobile Safari
december 2011 by roel
On the iPad and iPhone, using CSS transformations in Mobile Safari often results in elements with ugly jagged or stair stepped edges.
In most cases it’s easy to get nice anti-aliased edges by wrapping whatever you want to transform in an additional element that adds a few pixels padding:
css
css3
mobile
ios
In most cases it’s easy to get nice anti-aliased edges by wrapping whatever you want to transform in an additional element that adds a few pixels padding:
december 2011 by roel
Modernizr
july 2009 by roel
Have you ever wanted to do if-statements in your CSS for the availability of cool features like border-radius? Well, with Modernizr you can accomplish just that! The syntax is very intuitive, too.
webdesign
webdevelopment
css
javascript
css3
html5
library
july 2009 by roel
A List Apart: Articles: Introducing the CSS3 Multi-Column Module
march 2007 by roel
How to divide content over multiple columns, while keeping layout/design and content separated.
css
WebDesign
layout
CSS3
columns
javascript
reference
tutorial
march 2007 by roel
Copy this bookmark: