-
Adding document.querySelectorAll support to IE7
-
Detecting orientation changes in mobile Safari on iOS, and other supported browsers
-
How do you vertically centre content using CSS?
Find out how to do vertical centring (vertical alignment) of content using just CSS (and some div elements).
-
How to create rollovers without using Javascript
Using just CSS, you can do simple (and more complex) rollovers... no javascript required. This post shows how to apply this technique to your own pages with ease - whether it's a colour change or a more complex image swap.
-
How to use “clearfix” CSS to clear floats without markup
Here we extended the normal rules for clearfix and provide a complete CSS solution to clearing floated elements (ensuring that a parent element inherits it's floated child element's height). A complete clearfix redux.
-
How to get consistent font sizes across all browsers
Whether you specify your element's font size in pixels, points or ems, you can be confident that text will look the same across browsers on Mac and Windows with this simple set of CSS rules.