i have a code of HTML like
now what i want is CSS styles or JS, so that when i move the mouse over the first li, the background of the DIV inside the li changes.
Need instant help!.
Thanks
Last edited by imagefree on Tue Oct 28, 2008 6:54 am; edited 1 time in total
| Code: |
| <ul>
<li class="li1" >abc<div class="class_for_div" >Sometext</div></li> <li class="li2" >def</li> <li class="li3" >ghi</li> </ul> |
now what i want is CSS styles or JS, so that when i move the mouse over the first li, the background of the DIV inside the li changes.
Need instant help!.
Thanks
Last edited by imagefree on Tue Oct 28, 2008 6:54 am; edited 1 time in total
