Christine: Bildteile highlighten

Beitrag lesen

also, so gehts nun:

<html>
<body>
<div style="background-image:url(images.jpeg);
   background-repeat:no-repeat;
   width:250px;
   height:250px;">
      <div style="backgroud-image:url(gruen.jpeg);
           background-repeat:repeat;
    position:relative;
           filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    top:20px;
    left:15px;
    width:50px;
    height:50px;
    border:none;">
      </div>
</div>
</body>
</html>

ABER:
Was echt doof ist: das funktioniert ja nu nur im InternetExplorer!!
Hat jemand noch ne andere Lösung, die auch in den anderen (am besten in allen) Browsern funktioniert?

Liebe Grüße

Christine