css - Styling input buttons for iPad and iPhone -


I use the input button on my website in CSS, but the default button on style Mac Is there a way of style buttons for iOS, or is there a way to create a hyperlink that behaves like a submit button?

you

  -webkit-appearance: none;  
  • Mozilla Developer Network

  • Comments

    Popular posts from this blog

    qt - switch/case statement in C++ with a QString type -

    python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

    Python's equivalent for Ruby's define_method? -