[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



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

Am 13.05.2005 um 18:05 schrieb Andreas Wuest:

Package: www.debian.org

Pages which have a table of contents like
http://www.debian.org/MailingLists/ or http://www.debian.org/support
use the anchor tag like e.g. in <h2><a name="intro"
id="intro">Introduction</a></h2>, i.e. the <a> element's content is
the title itself.

I know, that there is some bad usage of a tags on the debian pages. But if you look at the second URL, you will see that the headings _really_ are links to other pages with more information about the subject.

Beside that a-tags are closed by </a> in html.

I'd suppose either correct the pages or use

a[href]:visited { color: #800080; }
a[href]:link { color: #0000FF; }
a[href]:active { color: #FF0000; }
a[href]:hover {   color: #F000FF; }

Thanks for your report.

greetings

Jutta


- -- http://www.witch.westfalen.de
http://witch.muensterland.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iEYEARECAAYFAkKIcg4ACgkQOgZ5N97kHkdJOQCgiP5RHf6Ku+ZiSf29NhlUTih/
JXgAoL7nqHpiCO0O1l5Oki2ajmENtdVe
=MzIi
-----END PGP SIGNATURE-----




Reply to: