I have a horizontal list each time I mouse over I would like the image I have appear. How do I do this?
example:
I have been trying all day to figure it out but I am at my wits end and I am sure it something dead simple
edit: I figured it out finally and it was dead simple /facepalm
example:
Code:
<ul>
<li><a href="#"> item 1</a></li>
<li><a href="#"> item 2</a></li>
<li><a href="#"> item 3</a></li>
</ul>
I have been trying all day to figure it out but I am at my wits end and I am sure it something dead simple
edit: I figured it out finally and it was dead simple /facepalm
Last edited: