Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Odd CSS question

  • Subject: Re: Odd CSS question
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Sat, 09 Apr 2005 08:17:20 +0100
  • Newsgroups: alt.html
  • References: <1113024148.512592.35900@l41g2000cwc.googlegroups.com>
  • User-agent: KNode/0.7.2
justin.harper wrote:

> I have a question.  I want to display a link, except when I display the
> link, I don't want the underline the normal distance away from the
> word.  I want the underline right up on the word, to create a different
> effect.  The problem is, I know there's a way to do it, but I can't for
> the life of me remember what it is.  If you know how to do it, or you
> at least know a site that does it, could you please post it here?
> Thank you.

You want something like the following in your stylesheet/s:

a:visited {
        color: #000000;
        text-decoration:line-through;
}

Hope it helps,

Roy

-- 
Roy S. Schestowitz
http://Schestowitz.com

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index