Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.57 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. HTML input button appears different in iPad
  2. <input type="submit" id="Submitbtn" onclick="javascript:function()" value="Login" name="Submitbtn">
  3.        
  4. input:hover, input{
  5.      background: none repeat scroll 0 0 #1356B4;
  6.      border: medium none;
  7.      margin-right: 0;
  8.      padding: 3px 10px 5px 0;
  9.      vertical-align: middle;
  10.      border-radius: 5px 5px 5px 5px;
  11.      color: #FFFFFF;
  12.      cursor: pointer;
  13.      display: inline-block;
  14.      font: 14px/26px Arial,Helvetica,sans-serif;
  15.      height: 26px;
  16.      -webkit-transition: all 0.3s ease-in-out 0s;
  17. }
  18.        
  19. -webkit-appearance: none;