---
title: "Under-över-strykning i länkar"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/1438-under-över-strykning-i-länkar"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "Annette"
published: "2001-09-28T13:02:00.000Z"
updated: "2001-09-28T16:25:00.000Z"
replies: 1
views: 252
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/1438-under-över-strykning-i-länkar"
---

# Under-över-strykning i länkar

## #1 — Annette, 2001-09-28T13:02Z

Sorry. Har hittat felet själv. Ursäkta jag tog upp er tid.

Har lagt den här koden i HEAD, men under-över-strykningarna fungerar inte. Kan ni se vad som är fel? Själv är jag nybörjare på det här med css.

\<style type="text/css"\> 
\<!-- 
P, A { FONT-FAMILY: arial,verdana,helvetica,sans-serif; COLOR: white;  FONT-SIZE: 12px }
a:link { text-decoration: none; color:white }
a:visited { text-decoration: none; color: white}
a:active { text-decoration: none; color: silver}
a:hover { color: white; text-decoration: underline overline}
 \--\>
\</style\>

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

## #2 — frankof, 2001-09-28T16:25Z

```
<style type="text/css"> 
<!-- 
P, A { FONT-FAMILY: arial,verdana,helvetica,sans-serif; COLOR: white; FONT-SIZE: 12px }
a:link { text-decoration: none; color:white }
a:visited { text-decoration: none; color: white}
a:hover { color: white; text-decoration: underline overline}
a:active { text-decoration: none; color: silver}
-->
</style>
```

Prova detta, spelar roll vilken ordning. <http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes>

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/1438-under-över-strykning-i-länkar
