Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://screencast.com/t/ltPiCJwBaqT
サファリでこの1ピクセルを削除することは可能ですか? 両方のフィールドに CSS が適用されていません
パディングを使用して入力をスタイルできます。
input { padding-left: 1px; padding-right: 1px; }
スタイルを設定していない場合、ブラウザーは標準のスタイルを想定しており、ブラウザーごとに異なる場合があります (ご指摘のとおり)。
上記の私の例は微調整する必要があり、パディングを追加または削減する必要さえあるかもしれません。