Moin nochmal!
Hab noch einmal eben ein bisserl Quellcode gebastelt um das Problem zu zeigen.
Im Moment leider grad nur via Copy & Paste zu bewundern:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<title>halbtoter Link</title>
<style type="text/css">
<!--
body {
width : 100%;
height : 100%;
font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
#centhelp {
height: 10px;
width: 10px;
position: absolute;
top: 50%;
left: 50%;
}
#cent {
height: 300px;
width: 430px;
background-color: silver;
color: black;
position: relative;
top: -150px;
left: -225px;
text-align: justify;
padding: 10px;
border: 2px groove gray;
}
#cent a:link {
color : blue;
background-color : transparent;
font : normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration : none;
}
#cent a:visited {
color : blue;
background-color : transparent;
font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration : none;
}
#cent a:hover {
color : red;
background-color : transparent;
font : normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration : none;
}
-->
</style>
</head>
<body>
<div id="centhelp">
<div id="cent">
<p><b>Hallo, Leute!</b></p>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p style="text-align:center;"><a href="#">Der Link</a>
<br />
<br />
linke Hälfte des obigen Links tot - rechte Hälfte o.k.
</p>
</div>
</div>
</body>
</html>
Gruß
Der Hans