無難なサーチフォーム
- RESULT
- HTML
- CSS
- コピー
<form> <div class="msr_search_01"> <input type="text"> <input type="submit" value=""> </div> </form>
- コピー
/*-------------------------------------- 検索 ---------------------------------------*/ .msr_search_01{ border: 1px solid #AAAAAA; position: relative; width: 270px; } .msr_search_01 input[type=text] { border: none; color: #000000; height: 30px; padding: 0 0 0 8px; width: 220px; } .msr_search_01 input[type=text]:focus{ outline:none; } .msr_search_01 input[type=submit] { background: url(/stylerecipe_img/search_btn01.png) no-repeat; border-bottom: 0; border-left: 1px solid #AAAAAA; border-right: 0; border-top: 0; cursor: pointer; height: 30px; margin: 0; padding: 0; position: absolute; right: 1px; top: 0px; transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out; width: 50px; } .msr_search_01 input[type=submit]:hover { opacity: 0.6; }
検証済みブラウザ
- Edge
- FF
- chrome
- Safari