---
title: "Help!"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/42862-help"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "jeppe"
published: "2002-05-01T11:56:52.000Z"
updated: "2002-05-01T12:17:52.000Z"
replies: 2
views: 163
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/html-css/42862-help"
---

# Help!

## #1 — jeppe, 2002-05-01T11:56Z

Om jag gjort så här i css-taggen:

```
<!--
a:link { text-decoration: none; color: black}
a:visited { text-decoration: none; color: black} 
a:active { text-decoration: none; color: black} 
a:hover { color: white}
-->
```

och sen vill att **EN** länk inte ska bli vit när man drar över den. Hur gör jag då??

Permalänk: https://www.webforum.nu/p/42862

## #2 — frankof, 2002-05-01T12:13Z

classa den

```
<!--
a:link { text-decoration: none; color: black}
a:visited { text-decoration: none; color: black} 
a:active { text-decoration: none; color: black} 
a:hover.not{color:black}
a:hover { color: white}
-->
```

\<a href="sida.html" class="not"\>länktext\</a\>

Permalänk: https://www.webforum.nu/p/663607

## #3 — jeppe, 2002-05-01T12:17Z

TACK TACK TACK TACK

Permalänk: https://www.webforum.nu/p/663610

---

Tråden på webben: https://www.webforum.nu/amne/html-css/42862-help
