Hallo,
Gibts da nicht was ähnliches das kompatibler ist?
Die Aenderung der Deckkraft (opacity) ist ein mit IE und Browsern auf Mozilla-Basis machbarer Effekt:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test by TM 02/03</title>
<style type="text/css">
<!--
a:hover img
{
filter:Alpha(opacity=50);
-moz-opacity: 0.5;
}
-->
</style>
</head>
<body>
<a href="abc.htm"><img src="bild.gif" border="0" alt=""></a>
</body>
</html>
MfG, Thomas