Links com cores e formatações diferenciadas com HTML/PHP

<html>
<head>
<style type=”text/css”>
.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}
.class2 A:link {text-decoration: underline overline}
.class2 A:visited {text-decoration: underline overline}
.class2 A:active {text-decoration: underline overline}
.class2 A:hover {text-decoration: underline; color: green;}
</style>
</head>
<body>
ONE TYPE OF LINKS
<br>
<span class=”class1″>
<a href=”http://www.yahoo.com”>YAHOO</a>
<br>
<a href=”http://www.google.com”>GOOGLE</a>
</span>
<br>
<br>
ANOTHER TYPE OF LINKS
<br>
<span class=”class2″>
<a href=”http://www.yahoo.com”>YAHOO</a>
<br>
<a href=”http://www.google.com”>GOOGLE</a>
</span>
</body>
</html>

Linux: Distribuições para Download

-> Ubuntu 9.10 Desktop ( http://ubuntu.c3sl.ufpr.br/releases/karmic/ubuntu-9.10-desktop-i386.iso) -> Kurumin 7.0 ( http://mirrors.uol.com.br/pub/kurumin/kurumin-7.0.iso) -> OpenSUSE 11.0 ( http://mirrors.uol.com.br/pub/suse/distribution/11.0/iso/dvd/openSUSE-11.0-DVD-i386.iso) -> Kernel

Leia mais »