Search
What we are saying
- NMTC http://t.co/WEJe5Tbk./learning-lounge/?url=http://www.nmtc.koolkattest.com/making-personalized-medicine-a-reality/ More »
Image Rollovers
Posted in: Image Sprites, Websites by koolkat on September 30, 2008
In website design image rollovers are always a big deal. While I mostly use unobtrusive javascript for rollovers, others seem to prefer CSS sprites. I really like the idea of sprites in that it is a fully css approach, I don’t like the hassle of building the combined images. Also with the unobtrusive javascript implementation, you can just create new images and your rollover effect is in place assuming you use some kind of naming convention that allows you to find all the appropriate images and create the on/off states.
Comments
I asked about this on the web standards group on linkedin. Most people seem to be in favor of sprites with javascript effects if desired. I am not totally convinced but will use sprites on my next project and then decide.
Comment by Administrator on October 16, 2008 at 3:39 am
You must be logged in to post a comment.