Hallo,
das eine manipuliert HTML (wo die Information nichts verloren hat), das andere CSS.
wieso denn nicht,in einer tabelle gehts mit beiden,wobei das onMouseOver="this.bgColor='#ff0000'" eher was für den NS4.x ist
und das andere für neuere browser wie IE5.x< und NS6.x<
<div bgcolor='#FFFFFF' onMouseOver="this.bgColor='#ff0000'".... funtzt nicht!
hier ein beispiel wies richtig ist:
<html>
<head>
<title>Test</title>
</head>
<body>
<center><table align="center">
<tr>
<td onMouseover="this.style.backgroundColor='yellow'" onMouseout="this.style.backgroundColor='white'"><ilayer width=100><layer width=100 onMouseover="this.bgColor='yellow'" onMouseout="this.bgColor='white'">Menu
item 2</layer></ilayer></td>
</tr>
</table></center>
</body>
</html>
Gruss vom Alain
..."Zwei Dinge sind unendlich, das Universum und die menschliche Dummheit, aber bei dem Universum bin ich mir noch nicht ganz sicher." (Albert Einstein)