What's wrong with these lines? None of them work.

/* Make javascript links green (Mozilla) */
a[href^="javascript:"] { color: green ! important }

/* Make unvisited links blue */
:link, :unvisited { color: blue ! important }

/* Make visited links red */
:link, :visited { color: red ! important }

/* Underline links while hovering */
:link:hover, :visited:hover, :unvisited:hover { text-decoration: 
underline ! important }

-- 
Unsolicited e-mail advertisements to this computer are prohibited under United States 
Code Title 47, Chapter 5, Subchapter 2, Part 1, Section 227 (47 USC �227), which 
provides a $500.00 fine for each violation.

See http://www4.law.cornell.edu/uscode/47/227.html.


Reply via email to