ecklvo: Mozilla, HTML 4.01 strict und meine Einstiegsseite...

Beitrag lesen

hallo meine lieben!

Die Sache ist folgendermaßen:
Wenn ich meine Seite (http://students.fh-joanneum.at/ecklvo/index_zeloT.php) als HTML 4.01 strict deklariere, versagt Mozilla - oder besser ich - beim Layout von zwei Layern (Bsp: auf requirements klicken).
Im Quirks-Mode zeigt er sie richtig an, was habe ich in den CSS-Definitionen falsch gemacht?

CSS:
extern:
#layer_requirements-content {
 width:344px; height:210px;
 voice-family:""}"";
 voice-family:inherit; width:342px; height:209px;
}

intern:
<div id="requirements" style="position:absolute; bottom:15px; right:22px; width:84px; height:55px; border:0px; margin:0px; margin-bottom:-15px; margin-right:-15px; padding:0px; text-align:center; z-index:3;"><img src="images/pi.gif" style="width:84px; height:12px;" name="reqdoor" alt=""><br><a href="portfolio/about.htm" onclick="reqdoor.src='images/layer_req_door.gif';MM_showHideLayers('layer_requirements','','show','layer_requirements-content','','show');return false;" style="font-size:10px;"><img src="images/btn_req.png" style="width:15px; height:15px;" alt="requirements"><br>requirements</a></div>
 <div id="layer_requirements" style="position:absolute; bottom:49px; right:16px; width:342px; height:209px; background-image:url(images/layer-shadow.gif); border:none; margin:0px; margin-right:-15px; padding:0px; visibility:hidden; z-index:1;">
  <div id="layer_requirements-content" style="position:absolute; top:-4px; left:-4px; background:#FFF; border:1px solid #000; border-top:none; margin:0px; padding:0px; font:10px Arial, Helvetica, sans-serif; visibility:hidden;">
   <div id="requirements-titel" style="position:absolute; top:0px; left:0px; width:342px; height:7px; border:none; margin:0px; padding:0px; overflow:hidden;"><img src="images/layer_req_title.gif" style="width:326px; height:7px;" alt="requirements"><a href="#" onclick="MM_showHideLayers('layer_requirements','','hide','layer_requirements-content','','hide');reqdoor.src='images/pi.gif';return false;" onfocus="if(this.blur)this.blur()" onmouseout="req_close.src='images/layer-close.gif';window.status='';return true;" onmouseover="req_close.src='images/layer-close_hover.gif';window.status='close requirements';return true;" style="cursor:pointer;"><img name="req_close" src="images/layer-close.gif" style="width:16px; height:7px;" alt=""></a></div>

so NICHT:
<img src="http://students.fh-joanneum.at/ecklvo/nein.gif" border="0" alt="">

so SCHON:
<img src="http://students.fh-joanneum.at/ecklvo/ja.gif" border="0" alt="">

Danke, e.