コンピュータや音楽の事書いてます

2009-12-13から1日間の記事一覧

hover display position:absolute

web

.hdiv , .adiv{ display:none; /*見えなくする*/ font-size:50px; position:absolute; top:-1em; /*位置を固定する*/ left:0px; /*位置を固定する*/ width:100%; height:2em; } a:hover{text-decoration: none;} a:hover .hdiv { /*hoverしている場合のみ見…