スタイルシート:リンクをボタンのように見せる

.on {
background-color:#339911;
width:180px;
height:35px;
text-align:center;
font-weight:bold;
font-size:12pt;
border:inset #009900 4px;/* 枠線の内側がへっ込んで見えるデザイン 中より濃い色を使う*/
}
.off {
background-color:#99FF88;
width:180px;
height:35px;
text-align:center;
border:outset #CCFFAA 4px;/* 枠線の内側が出っ張って見えるデザイン 中より薄い色を使う*/
}

タイトルとURLをコピーしました