Tag,
die Antworten kamen schneller als erwartet.
Zu Andreas/molily: Vielleicht bin ich in dem Punkte zu naiv gewesen: Ich habe gedacht, dass eine in xhtml-strict aufgesetzte Seite auch in eine Datei mit der Endung xhmtl abgespeichert werden sollte. Die genannten Browser haben mir bisher mit xhtml-Endungsdateien keine Probleme bereitet - außer mit dem Beispiel 3 und firefox bei javascript.
Zu Andreas/MudGuard: Leider läuft die Seite noch nicht im web, sondern bei mir lokal. Daher gebe ich unten den Quellcode an. Die Dateinamen sind bei mir Test.hmtl und Test.xhtml.
Mit Gruß
Dada
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xhtml 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" xml:lang="de" lang="de">
<head>
<meta http-equiv="content-type" content="text/xhtml; charset=utf-8"></meta>
<title>Infobox</title>
<style type="text/css">
<!-- img {
border:none;
}
#box{
height:80px;
width:80px;
padding:0;
margin:20px;
border:1px solid black;
font:bold 14px verdana, sans-serif;}
#box div{display:none;}
#box:hover div{
display:block;
width:300px;
position:absolute;top:20px;right:20px;
border:1px dashed black;
padding:15px;
font:normal 14px verdana, sans-serif;}
-->
</style>
</head>
<body>
<div id="box"><img src="schmetterling.png" width="80" height="80" alt="schmetterling"></img>
<div><p><a href="beispiel3b.htm"><img src="schmetterling.png" width="150" height="150" alt=""></img></a></p>
<p><strong>INFO</strong></p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Lorem ipsum dolor sit amet</li>
<li>Lorem ipsum dolor sit amet</li>
</ul>
</div>
</div>
</body>
</html>