Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>CSS Bug?</title>
<style type="text/css">
<!--
body {
width: 830px;
font-family:Verdana, Arial, sans-serif;
font-size:80%;
}
.thead {
white-space: nowrap;
border-color: black;
border-style: dotted;
border-top-style: none;
border-width: 1px;
width: 830px;
}
.textfirst {
position: absolute;
left: 12px;
vertical-align:top;
}
a:link,a:visited,a:active {
color: black;
text-decoration: underline;
}
a:hover {
color: #808080;
text-decoration: none;
}
.textright {
width: 830px;
position: absolute;
text-align: right;
}
-->
</style>
</head><body>
<div class="thead">
<span class="textfirst"><a href="./">Link!!</a> <-- nicht anklickbar!!</span>
<span class="textright"><a href="./">Anklickbar!!</a></span>
</div>
<div class="thead">
<span class="textright"><a href="./">Anklickbar!!</a></span>
<span class="textfirst"><a href="./">Link!!</a> <-- anklickbar!!</span>
</div>
</body>
</html>
Wenn mir wer erklären kann, warum der link nicht anklickbar ist, wäre ich dankbar
mfg
Kommentar