[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#308988: bad usage of anchor tags leads to ugly css hover effects



Jutta Wrage:

I know, that there is some bad usage of a tags on the debian pages.

That's not really bad usage (although using the "id" attribute on the <h2> would have been better). What was bad was the CSS assuming that "a" is a link. I fixed that the other day.

The CSS now reads:

 :link { color: #0000FF; }
 :link:visited { color: #800080; }
 :link:active { color: #FF0000; }
 :link:hover { color: #F000FF; }

which fixes the problem.

--
\\//
Peter - http://www.softwolves.pp.se/
  I do not read or respond to mail with HTML attachments.



Reply to: