Doofi: z-index klappt nicht

Beitrag lesen

Moin Forum,

ich habe ein Problem bei der Umsetzung mit z-index.

Auf einer Seite habe ich ein Flash-Element und ein Gif, das Gif soll über dem Flash liegen.

Mein code:

  
<div align="center" style="z-index: 1;" style="position: absolute;">  
     <object classid="clsid:-D27CDB6E-AE6D-11cf-96B8-444553540000"  
             codebase="http://download.macromedia.com/pub/shockwave/cabs/flash  
             /swflash.cab#version=6,0,29,0" param name="wmode" value="transparent"  
             width="130" height="130">  
             <param name="movie" value="pietschyuhr.swf">  
             <param name="quality" value="high">  
             <param name="wmode" value="transparent">  
             <embed bgcolor="#872A00" src="pietschyuhr.swf" quality="high"  
             pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-  
             shockwave-flash" width="130" height="130" ></embed>  
     </object>  
</div>  
<?php  
if ((date("D")=="Fri") OR (date("D")=="Sat") OR (date("D")=="Sun"))  
{  
  echo '<div id="weekend" style="position: absolute; z-index: 99; width: 120px; top:  
        40px;right: 40px;"><a href="web/agadou.html" target="_blank" style="background-  
        color: transparent;"><img src="images/weekend.gif" border="0"></a></div>';  
}  
?>  

Woran könnte das liegen???
Beispiel ist zu sehen auf http://dgwagenrad.bplaced.net, Seite oben links, die Uhr soll unter dem Gif...

Danke und LG Micha