hello,
I'm trying to apply a hover effect to an input button of type image.
I've tried
but that doesn't work and i cant seem to find anything googling or searching W3.
is it possible and if so what is the correct syntax.
Thanks, 1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I'm trying to apply a hover effect to an input button of type image.
I've tried
Code:
.classname:hover {
src:url('/images/imagename.gif');
}
but that doesn't work and i cant seem to find anything googling or searching W3.
is it possible and if so what is the correct syntax.
Thanks, 1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!