| リンクにふれたら点線で囲む |
|---|
| リンクにマウスがふれるとリンクを点線で囲みます。 サンプル→ここをマウスでふれてみてください。 下記のソースを<head>から</head>の間にコピーしてください。 |
| ソース |
| <style type="text/css"> <!-- A { text-decoration:none; color:#0000ff; } A:hover{ text-decoration :none; color:#ff0000; border-width : 1px; border-style : dotted ; border-color :#ff0000; } --> </style> |
| 変更箇所 |
|
| 一言 |
|