|
Here Ya Go:
#one { float: left; background-image: url(YOUR IMAGE #1); background-repeat: no-repeat; }
#one:hover { float: left; background-image: url(YOUR IMAGE #2); background-repeat: no-repeat; }
#one:active { float: left; background-image: url(YOUR IMAGE #3); background-repeat: no-repeat; }
Just make sure you specify an <a> tag with the right id and edit the CSS to fit your image width and height. =)
Hope this helped!
__________________
I like smilies... what?
|