Issue
I'm using CSS to style the input buttons on my website, but on IOS devices the styling is replaced by Mac's default buttons. Is there a way to style buttons for iOS, or a way to maybe make a hyperlink that behaves like a submit button?
Solution
You may be looking for
-webkit-appearance: none;
- Safari CSS notes on
-webkit-appearance
- Mozilla Developer Network's
-moz-appearance
Answered By - Jonas G. Drange
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.