目次一覧
状態:結論(後で見返す用)
閲覧数:1,229
投稿日:2019-10-03
更新日:2019-10-03
<input type="submit"> / <input type="file">
<input type="submit"> / <input type="file">
<input type="submit">
<button type="submit" >へ変更する
変更する理由
<input type="submit">へのCSS適用は、とても難しいため
変更前
<input type="submit" value="送信する">
変更後
<button type="submit" >送信する</button>
<input type="file">
変更しない
デフォルトのまま使用
変更しない理由
・変更するためにはハックが必要だが、その手法が嫌い
・具体的には「<input type="file">タグを非表示にする」必要が生じるが、そこまでして見た目を変更する必要はあるの?
→ ないと判断
※ファイルアップロードが、サービスのメイン機能である場合は要検討