0
kicks
Three CSS Roll Over Techniques You Might Not Know About
When it comes to rollover effects in web design the most common way to accomplish the effect has traditionally been with JavaScript. The reason this method is used so commonly is because it is simple to implement and, more importantly, avoids the "lag" on the first mouseover that comes when using a CSS background-image switch on an selector:hover rule due to the delay required to download the rollover image. One thing that a lot of people don't realize is that there are methods to accomplish this effect in CSS without the initial rollover lag.