Apply click event on div - IE prob

Apply click event on div - IE prob

Hi everyone,

I have 2 div with the same id, and i call a function onmouseenter. It works very well across all browsers except IE7 where the first div work but the second one does not run the function.

<div id="thediv" style="style for the div 1"></div>
<br/>
<div id="thediv" style="style for the div 2"></div>

The divs must have the same id, no matter what.

Does anybody know what going on please.

Thanks for any help.

Jerome