ポイントしたときに下線を消す

[新着] Webテンプレートを仮オープンしました


(hover) text-decoration: none;

ブラウザ
Internet Explorer Netscape6 Firefox Opera
参考
書式基本 要素名 クラス ID

text-decoration は、文字の装飾(上線、下線、抹消線、点滅)を指定するプロパティです。

a要素の疑似クラスhover)にこのプロパティ(値 none)を指定すると、ポイントしたときに下線を消すことができます。


a:hover {
text-decoration: none;
}


text-decoration none … (下線を消します)

上記以外の値については、「文字の装飾を指定する」をご覧ください。


使用例

<html>
<head>
<title>TAG index Webサイト</title>

<style type="text/css">
<!--

a:hover { text-decoration: none; }

-->
</style>

</head>
<body>

<p><a href="index.html">リンクカテゴリー</a></p>

</body>
</html>

これをブラウザで見ると次のように表示されます



[特集] レンタルサーバー比較 & サーバー選びのチェックポイント

サイト内検索について - ベーシック版