Hello!
I’ve been taking a look at some sites on and off the last few days to find some inspiration on how best to make an unordered list with hover and active effects. I’ll be using a unique font, so unfortunately, there isn’t anyway around this with pure HTML markup.
I was snooping around the CSS for their site and noticed their links and its hover states actually share the same image. Take a look at one of the link images here.
Just to be precise, this is achieved simply by using..
background-position: left bottom;
Is there nothing more to this?
I suppose my real question is, whether this would be one of the more intuitive way of using images in an unordered list with images and hover, active effects.
Update: I suppose the method used for this is for fast rollovers. A tutorial is available at http://www.wellstyled.com/css-nopreload-rollovers.html for those interested.
