解決済

clip!clip!
Ads By Google

postedのカテゴリのアンダーラインをなくしたい。

コメント・トラバ・時間はなくす事が出来たんですが、カテゴリ欄だけ残ってしまいました。

調べても分からなかったので、ご存知の方いらっしゃいましたら宜しくお願いいたします。

2006-05-22 18:18の質問
カテゴリ  コメント        posted  
この質問と回答を読んで役に立った場合は「役に立つ質問」に投票してください。投票が多い質問は、役に立つ質問一覧に掲載され、より多くの人に見てもらうことができます。

回答(1)

1.

2006-05-22 18:43:39ベスト
a.aposted:hover{color:#cc0001;text-decoration:none;font-weight:bold;}

の下あたりに、以下のものを追加されて下さい。

.posted a:link{color:#cc0001;text-decoration:none;font-weight:bold;}
.posted a:visited{text-decoration:none;font-weight:bold;}
.posted a:active{font-weight:bold;}
.posted a:hover{color:#cc0001;text-decoration:none;font-weight:bold;}

できました!

ありがとうございました☆

Ads By Google

コメント(2)

#1.  
2006-05-22 18:57:20

a.aposted:hover{color:#cc0001;text-decoration:underline;}
a.aposted{color:#cc0001;text-decoration:none;}
a.aposted:link{color:#cc0001;text-decoration:none;}
a.aposted:visited{text-decoration:none;}
a.aposted:active{text-decoration:none;}


このような感じということですよね?
やはりカテゴリだけアンダーラインが残ってしまいます。。。

#2.  zero
2006-05-22 19:19:34

違いますよ。

a.aposted:hover{color:#cc0001;text-decoration:underline;}

.posted a:link{color:#cc0001;text-decoration:none;font-weight:bold;}
.posted a:visited{text-decoration:none;font-weight:bold;}
.posted a:active{font-weight:bold;}
.posted a:hover{color:#cc0001;text-decoration:none;font-weight:bold;}

です。

よーく見ると、違いがわかります。

トラックバック(2)

トラックバックURL: