View Single Post
Old 09-18-2012, 10:34 PM   PM User | #2
Sammy12
Registered User

 
Join Date: Jun 2011
Posts: 1,063
Thanks: 12
Thanked 241 Times in 240 Posts
Sammy12 is on a distinguished road
Why not just use a background to a standard input[type="submit"]?

Code:
.submit-button {
    background: url('/images/buttons/free-access.jpg');
}
Code:
<input type="submit" class="submit-button" value="Submit" />
There have been so many complaints, bugs, and browser inconsistencies with input[type="image"], I would advise you avoid it.

Last edited by Sammy12; 09-18-2012 at 10:39 PM..
Sammy12 is offline   Reply With Quote