Prob quite simple JQuery thing but I am looking to do something like this:
<ul>
<li>menu item1</li>
<li>menu item2</li>
</ul>
Which on hover display images from another UL LIlist e.g.
<ul>
<li>image 1</li>
<li>Image 2</li>
</ul>
Any suggestions please -= thanks