I'm trying to show the target of a link after the link itself, like this:

a[href^="http"]:after {
    content:" (" attr(href) ")";
    text-decoration:none;
    color:#000000;
}

The problem is that the   text-decoration:none;   doesn't work - it still
has an underline.  Changing the color works fine though.  What am I doing
wrong?

Thanks,
Andy
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to