検索フォームにフォーカスしたときに、人気キーワードなど表示させるメニューの作り方です。
検索フォームのフォーカスが外れた時の動作はメニュー内のリンク以外などをクリックした場合にメニューを閉じるように設定してあります。
■CSS
.search-area { position: relative; } input#SearchInput { width: 420px; height: 36px; box-sizing: border-box; border-radius: 5px; padding-right: 4em; padding-left: 3px; } #SearchButton { position: absolute; right: 12px; top: 0; bottom: 0; background-position: center; width: 24px; height: 24px; display: block; margin: auto; padding: 0 !important; }■jQuery
この記事を見た人は次の記事も見ています。