The iPhone for introduced the high resolution retina display. While native iPhone applications can be built to support this display simply by improving the resolution…
Rounded corners in IE – the best solution
I've struggled for months, trying to find a good rounded corner solution for non-CSS3 capable browsers. There are great options out there, but none of…
Need a Vacation from Minification – Try to on-the-fly minify
Sorry for the ridiculous post title, but I just had to. What I'm talking about is the desire to keep your HTML output condensed, but…
Rounded corners on form inputs
You might be saying "Duh – just use the CSS 3 border-radius style". Or, you might be saying "Who is this guy? Why doesn't he…
Image colors render differently in various browsers
I ran into this issue today, specifically with a 24-bit transparent PNG, saved via Photoshop's "Save for Web" feature. The name "Save for Web" should…
Image link – enlarge on hover
If you're looking to jazz up your site a little bit, you've probably explored various CSS tricks, such as changing the opacity of images on…
Cross Browser CSS: No JavaScript, No Conditionals
You may or may not be familiar with the various methods of forcing non-compliant browsers to conform to your style needs. JavaScript and Conditional IE…
Styling tables with rowspan
Tables have got to be the most awkward set of elements offered by the HTML spec. Both JavaScript and CSS have their issues in dealing…
Overcoming first-child pseudo-class limitations
The :first-child CSS pseudo-class is one of the most useful "pseudos" in the CSS spec, allowing us to select the first child element within a…
Mac only CSS hack
If you know CSS, you know that the above just seems to good to be true. Well, it is! You really can’t make this happen…