Hallo wahsaga!
und auch dort schon hätte ich es gerne als quatsch bezeichnet.
Richtig. Aber seltsamer Weise geht's doch unter WinXP mit IE 6, NN 7.1, Opera 7.54 und FF 1.0. Nur der Konqueror will nicht.
es sei denn, du überzeugst mich mit einem (validen) online-beispiel vom gegenteil.
Valide ist die Datei. Doppelt getestet. Nur kann ich hier keinen Link angeben. Der Domaineigner wäre wenig begeistert ...
Gruß, Bubario
------------------
<!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">
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<title>Test</title>
<style type="text/css"><!--
div#menulink a {
color: #ffffff;
font-size: 16px;
font-family: "Times New Roman";
font-weight: bold;
text-decoration: none;
background: #8080c0;
text-align: center;
display: block;
margin: 2px;
padding: 3px 10px 5px;
width: 150px;
border-right: 3px solid #000000;
border-bottom: 3px none;
border-left: 3px solid #000000
}
div#menulink a:hover {
color: #336;
font-weight: bold;
text-decoration: underline overline;
background: #ccccff;
text-align: center;
display: block;
margin: 2px;
padding: 3px 10px 5px;
width: 150px;
border-right: 3px dotted #000000;
border-bottom: 3px none;
border-left: 3px solid #000
}
div#menulink a .infotext {
font-size: 11px;
font-family: Verdana;
text-decoration: underline overline;
display: none
}
div#menulink a:hover .infotext {
color: #666;
font-weight: normal;
text-decoration: none;
background: #eeeeee;
display: block;
padding: 5px;
position: absolute;
top: 140px;
left: 130px;
width: 150px;
border: dashed 1px #8080c0
}
--></style>
</head>
<body>
<div id="menulink">
<a href="#">Home<span class="infotext">Startseite dieser Seite</span></a>
<a href="#">Barriefreiheit<span class="infotext">Informationenüber Barrierefreiheit dieser Seite</span></a>
<a href="#">Links<span class="infotext">Links zum Thema Barrierefreiheit</span></a>
<a href="#">Impressum<span class="infotext">Impressum dieser Seite</span></a></div>
</body>
</html>