I want to do a simple onmouseover with a div. So I have the following code
<div onmouseover="this.style.background='."'#0F0'".';"...
But it triggers a JS error.
My ultimage goal is to change the background image on mouseover and mouseout.
I dont' want to do this with CSS styles as this doesn't work will IE.



