I want to change my <Li> bgImage onMouseOver using jQuery
But image is in three div tags
|
|
Something like this:
|
|||||
|
|
I would like to know why you need to change the background image of a list item on mouse over. If you want that the list item act like a link - or, in general, if you want assign an action to the list item - you should add an If you can't use an |
|||
|
|
|
Instead of adding/removing a background image with CSS, you should add/remove class on hover. This way you can compress your JS file when you release it in the wild :) However, i guess he wants to save current background image, replace it on mouse over and revert it back on mouse out :) |
|||
|
|