有限会社SKILLスキルは沖縄県にあるホームページ作成・印刷会社です
お問い合わせ
トップ
会社概要
製品紹介
サンプル紹介
サポート
フォトストック
リンク
お問い合わせ
TOP
>
サンプル紹介
>
HTML
> CSSのみでドロップダウンメニュー
サンプル紹介
CSSのみでドロップダウンメニュー
cssのみでドロップダウンメニューを表現
IE6は非対応
メインメニュー1
サブメニュー1-1
サブメニュー1-2
メインメニュー2
サブメニュー2-1
サブメニュー2-2
サブメニュー2-3
サブメニュー2-4
メインメニュー3
サブメニュー3-1
サブメニュー3-2
サブメニュー3-3
CSSソース
ul,li,{ margin:0px; padding:0px; } li{ list-style:none; float:left; } li li{ float:none; } ul li a{ display:block; width:120px; padding:5px 10px 8px; border:1px solid #ccc; background:#f6f3da; color:#000; text-decoration:none } ul li a:hover{ background:#ffba88; } ul li li a{ border:1px solid #ccc; border-right:1px solid #333; border-bottom:1px solid #333; background:#f5f5f5; } ul li li a:hover{ background:#666; color:#fff; } p{ clear:left; } ul li ul{ display:none; } ul li:hover ul{ display:block; position:absolute; }
HTMLソース
メインメニュー1
サブメニュー1-1
サブメニュー1-2
メインメニュー2
サブメニュー2-1
サブメニュー2-2
サブメニュー2-3
サブメニュー2-4
メインメニュー3
サブメニュー3-1
サブメニュー3-2
サブメニュー3-3
↑トップへ