hover div problem

hover div problem

hi , please help me with this

I have series of div with same id  name , as this is database result set display .

The font color inside the box should change with a back ground color . I  tried using jquery hover , swapping css and even .find() methods but resulting in changing the font colors for rest of the div's too .

Your help is appreciated ,


-----------------------------------------------------------------------------
<div id="box">
<span class="text1">text1- box1</span>
<span class="text1">text1- box1</span>
   </div>

<br>


<div  id="box"> <span class="text1">text2- box2</span>
<span class="text1">text2- box2</span>
   </div>