こんばんは! 今回はライトなのですが。 CSSのみでタブ切り替えを実施する方法です。 かなり簡単な方法だと思います。 では… CSS #tabmenu{ padding:0px; margin:0px; color:#333; font-size: 11px; width:500px; position:relative; } #tabmenu div#tab{ position: absolute; top:0px; left:0px; } #tabmenu div#tab a{ float: left; height: 40px; line-height: 40px; text-align: center; width: 100px; display: block; text-decoration:none; color:#333; background:#eee; } #tabmen