Infolinx-no.com Artikkel-oversikt Gi respons
Bok om web-design Om Infolinx
Scripts og tips hos Winfolinx.com Webhotell


Endre styles på "hyperlinkene"


CSS: ... og sånn blir det:
<html><head>
<style type="text/css">
a.one:link {color: #ff0000}
a.one:visited {color: #0000ff}
a.one:hover {color: #ffcc00}

a.two:link {color: #ff0000}
a.two:visited {color: #0000ff}
a.two:hover {font-size: 150%}

a.three:link {color: #ff0000}
a.three:visited {color: #0000ff}
a.three:hover {background: #66ff66}

a.four:link {color: #ff0000}
a.four:visited {color: #0000ff}
a.four:hover {font-family: fixedsys}

a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
a.five:hover {text-decoration: underline}
</style>

</head><body>
<p><b><a class="one" href="ingen.asp" target="_blank">Denne linken forandrer color</a></b></p>
<p><b><a class="two" href="ingen.asp" target="_blank">Denne linken forandrer font-size</a></b></p>
<p><b><a class="three" href="ingen.asp" target="_blank">Denne linken forandrer background-color</a></b></p>
<p><b><a class="four" href="ingen.asp" target="_blank">Denne linken forandrer font-family</a></b></p>
<p><b><a class="five" href="ingen.asp" target="_blank">Denne linken forandrer text-decoration</a></b></p>
</body></html>

Denne linken forandrer color

Denne linken forandrer font-size

Denne linken forandrer background-color

Denne linken forandrer font-family

Denne linken forandrer text-decoration






Free Tips and JavaScripts provided
by Infolinx-no.com Web


Er du usikker på HTML og "web-snekring"? Da kan jeg tryggt anbefale e-boken "HTML fra start"!
Den tar deg med fra starten og frem til din første web-side. Boken er skrevet på norsk og i et lett og forståelig språk!
Les mer om den, eller bestill den HER!
Trenger du faglig hjelp til å profilere deg på internett?
Les mer her!






Copyright © 1999-2004:   Willy Sørensen - Infolinx-no.com