---
title: "Konstiga länkar i Safari"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/170159-konstiga-länkar-i-safari"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "l-boy"
published: "2008-03-23T20:06:51.000Z"
updated: "2008-03-23T20:57:49.000Z"
replies: 1
views: 445
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/170159-konstiga-länkar-i-safari"
---

# Konstiga länkar i Safari

## #1 — l-boy, 2008-03-23T20:06Z

Det här funkar fint i IE6/7. Men i Safari ser länkarna ok (12pt) ut tills man klickat på dom en gång. Då blir som små. Vad är tokigt?

```

.news_headline, a.news_headline, a.news_headline:hover, a.news_headline:active, a.news_headline:visited {
	padding-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
}
```

```

<div class="news_headline"><a href="länk.asp">Click me!</a></div>
```

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

## #2 — itpastorn, 2008-03-23T20:57Z

Du bryter mot LoVe HAte regeln.

<http://www.456bereastreet.com/archive/200503/css_tips_and_tricks_part_2/>

Dessutom är det en dum idé att jobba med IE först och sedan anpassa till de som INTE har buggarna!

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/170159-konstiga-länkar-i-safari
