- <div class="editcar_pics">
- <img src="/garage/pics/lambo.jpg" width="175" height="175" >
- <div id="editcar_hoverpic">
- <img src="/garage/pics/x.png" id="editcar_imagedelete" width="25" height="25" />
- </div>
- </div>
I want when you hover over the picture the X will appear. But the problem is i have when i hover over any of the classes="editcar_pics" the X will appear on all of the pictures. I know there is a way so when you hover over the specfic picture only the X appears on the picture you are hovering on. I have done this before but deleted the code by acident haha.