I am trying to make a portfolio gallery, this is my code/css and it works, but when implimented you have to click and hold to view the larger image, I would like it to click and stay untill I click somewhere else. any ideas?
Code:
<a class="gallery slides" href="#nogo">
<span>
<img src="gallery/misc/M1large.png" alt="htmlsite1" title="Arts and crafts" />
</span>
</a>
Code:
#imgallery a.slides {
background:url(gallery/misc/M1small.png);
height:100px;
width:150px;
margin:10px 5px 10px -1px;