I have the following in an html form using the Post method.
<input type="submit" title="" class="myclass" value="" />
and:
.myclass {
background: url(../images/image1.png) no-repeat; border: none;
width: 165px;
height: 59px;
}
Basically, I need my information about the form, which will be published using the image1.png button, and image2.png will be called when it hangs. Would you recommend CSS or javascript, and what would be the exact way to do this?
Thanks to everyone, answered!
source
share