Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

text-decoration colors

0 views
Skip to first unread message

Rzr03

unread,
Jul 24, 2002, 3:39:00 AM7/24/02
to
Is it possible to have the text decoration color be different than that of the
link text color? For example white text with a blue underline?

PeterMcC

unread,
Jul 24, 2002, 5:01:17 AM7/24/02
to

It's not really a fix for the text decoration but:

a:link {
color: #fff;
background-color: #f00;
text-decoration: none;
border-bottom: 1px solid #00f
}
etc...

Should give you white text with a blue underline on a red background. (Red,
white and blue links: the last resort of the scoundrel).
--
PeterMcC

Rzr03

unread,
Jul 25, 2002, 7:55:54 AM7/25/02
to
thanks, i never thought of that
0 new messages