Hummingbird

image by Bill Williams

The end of :hover?

When I sat down to a redesign of the Gameplan admin interface I suddenly came to a realisation, :hover doesn’t work. It’s entirely possible I’d skim read this somewhere, but somehow the implications for my design work had passed me by until I saw an iPad in use.

RailsConf 2024

I'm co-chairing RailsConf 2024 in Detroit May 7–9. Come and join us 

As so eloquently pointed out in a (now dead) article on why the iPad can’t use flash this lack of hover (along with the technical and performance issues) is one of the reasons making the iPad run flash is not something Apple are keen on.

Apple’s own notes (at the time) even suggested that javascript onmouseover over and CSS hover events maybe unreliable. I did also discover an article that suggests the iPad does in some cases support the javascript method , but as I don’t have an iPad (due to Singapore’s 3rd tier release status) I can’t tell you.

So my proposition is this: :hover as an web interface design tool going forward is going to be less and less important.

As to whether this is a good or bad thing I’m not sure.

When used elegantly it removes visual noise and improves the feel and functionality of the page; only revealing more detailed information when contextually relevant. Twitter does this: reply, retweet, favourite and delete all appear when you hover over an individual tweet. 37signals products also do this to hide drag controls as well as edit and delete links.

However, onmouseover and :hover have often been used as an excuse to temporarily hide complexity in the navigation, often as a compromise. The designer and/or UI team preach simplicity in both structure and visuals but the man holding the money demands an incredible hierarchy of constantly expanding suckerfish-style menus addressing every page in the site. We’ve all done the navigation-menu-hover-and-exacting-slide only to have the sought for menu item disappear as the pointer gets near.

What we do know is Apple is well aware of this. If you look at their own sites you’ll see that they’ve known this was coming for a long time. Look at the trailers site. Each trailer page has a widget that requires a click (or tap) to open where a previous solution to hiding content might have been to hide until hover. You can also see their approach in the liberal use of lightboxes across their product pages.

A solution for subtly altering layout on a touch based device appears to be coming based on this commit to Modernizer a clever little js library that detects support for various browser functionality, and is well recommended.

I know that I’ll certainly be considering ‘tap to toggle’ as a user interface choice ahead of hover in the future. The iPhone-ification of interaction online continues.

Brighton Ruby 2024

Still running UK’s friendliest, Ruby event on Friday 28th June. Ice cream + Ruby 


Last updated on June 8th, 2010 by @andycroll