Titan CCCCIↃↃↃↃ
Lieutenant
- Registriert
- Dez. 2010
- Beiträge
- 709
Nabend,
ich habe gerade ein Problem mit den Pseudostati von Links. Und zwar funktionieren die komischerweise nur auf dem IE, nicht aber auf Firefox.
Link: www.adrenalin.bplaced.net
lg
MTC
ich habe gerade ein Problem mit den Pseudostati von Links. Und zwar funktionieren die komischerweise nur auf dem IE, nicht aber auf Firefox.
Link: www.adrenalin.bplaced.net
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<title>CSSLernen</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<body>
<p>Hier ist ein Beispieltext. Hier ist ein Beispieltext. Hier ist ein Beispieltext. Hier ist ein Beispieltext. Hier ist ein Beispieltext.</p>
<p><a href="http://www.google.de">Beispieltext</a></p>
</body>
</html>
Code:
body {
background-color:white;
background-image:url(../bilder/Zelda.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center center;
font-size:120%;
font-family:"Dejavu Sans Condensed", sans-serif;
font-style:oblique;
font-variant:small-caps;
font-weight:900;
text-indent:30px;
text-align:justify;
text-decoration:none;
letter-spacing:20px;
text-transform:none;
}
a:visited {
color:red;
}
a:hover {
color:skyblue;
}
a:active{
color:blue;
}
a:link {
color:pink;
}
lg
MTC