リンク色について
-
0 名前: かお : 2006/05/21(日) 12:57 ID:11Fm24jX
- <STYLE TYPE="text/css">
<!--
BODY { color: #606060; font-size: 10pt; background-color: #7fd4ff; }
A { text-decoration: none; }
A:link { color: #000000; }
A:visited { color: #ffbf00; }
A:hover { color: #00bfff; }
A:active { color: #606060; }
-->
</STYLE>
というタグをヘッダに入れても、リンク色が反映されません。
何か問題があるのでしょうか・・・?
-
1 名前: とおりすがり : 2006/05/21(日) 12:57 ID:78wX.Uap
- 「タグ」ではなくスタイルシート。
>何か問題があるのでしょうか・・・?
何かしらの問題があるから反映されないんだと思います。
実際にその問題のページを提示すれば、原因が絞り込めるかもしれません。
-
2 名前: itoben : 2006/05/21(日) 12:57 [URL] ID:kSqTYqIX
- A:link {text-decoration: none; color: #000000; }
A:visited {text-decoration: none; color: #ffbf00; }
A:hover {text-decoration: none; color: #00bfff; }
A:active {text-decoration: none; color: #606060; }
これでやってみたらどうでしょう。
-
3 名前: かお : 2006/05/21(日) 12:57 ID:3aVnS6dh
- 履歴をけしたら、きちんと表示されました!
どうもありがとうございました!