Is this possible entirely in CSS ? It is easily done with javascript but it creates 30 lines of code. Basicly what this does is swap image when user hovers over with his mouse.
Actually i need help making this work. Followed several examples and i think i got the idea but i must be missing something. Can anyone just give me an example on how to swap image with just 1 link ?
Avean- Look at the first example on the link that I sent you, with the download now button. That is using only 1 link. Do you have an example of what you have tried to do so far? Maybe that will help to see what you are doing wrong.
Basically, you are combing the hover and non-hover state into 1 image, like this. Then, when you hover, you shift the background position so the other image is showing.