I am Ad Taylor

iPhone targeted CSS – An answer to the :hover issue?

short URL
http://www.iamadtaylor.com/?p=70

Links

Shorts

This is a selection of hints, tips, finds and anything else I want to archive on the interwebs.

Why not just use twitter?

In part because I want to write a little more than 140 characters but mainly as I fear linkrot with much of what I tweet.

iPhone targeted CSS – An answer to the :hover issue?

I have been worried for some time about how iPhones and other handheld devices can’t use the :hover functions I seem to rely on heavily for idicating links and giving extra information.

The answer could be over at http://squaregirl.com with just a few lines of CSS:

@media only screen and (max-device-width: 480px) { 
  body {color:#000;}
}

As soon as I have a bit of time I am going to rectify this sites crappy handheld usability.

Great work!!!