Klaus: Es geht aber trotzdem nicht...

Beitrag lesen

Hallo!
Vielen Dank für eure Anteilnahme! Aber ich habe etwas ausprobiert, das in allen Browsern, bis auf Opera funktioniert. Hier der Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
 <title>Untitled</title>
<script type="text/javascript">
function show(){
 document.getElementById("pic").style.display = "block";
 document.getElementById("load").style.display = "none";
}
</script>
</head>

<body>
<img src="loading.gif" width="126" height="22" id="load" alt="" style="display:block;">
<img src="pics/2.jpg" height="450" width="600" id="pic" alt="" style="display:none" onload="show()">
</body>
</html>

Das funktioniert beim besten Willen mit Opera nicht. Warum? Vielen Dank für die Hilfe! Klaus