
Yikes! Sorry for the large image. As you can see I have been writing my own custom theme for the mobile version of my companies site. Everything has been going great except for the styling of the "submit" button. As you can see the button is transparent. I have searched the CSS high and dry and cannot figure out a way to change the color of the submit button.
Here is the HTML code:
- <input type="image" src="images/thebutton.png" value="Submit" alt="sign me up!" />
When I set:
data-role:none;
Jquery mobile does not display the image that is on the normal site... it displays a "image cannot be found" link.
If I change it to <input type="submit" data-role:none> it displays a normal submit button but it really does not look good at all and would I would like to avoid this if possible. Can someone help me out re: styling submit buttons?
thanks!