Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Image Hover which links to page problem


legaleagle - 11:21 pm on Jun 5, 2012 (gmt 0)


You can do this very easily with some javascript ie.


<a href="example.html" OnMouseOver = "document.images.example.src= 'example-hover.jpg'" OnMouseOut ="document.images.example.src='example.jpg'" ><img src="example.jpg" alt="example" name="example" /></a></p>


Thread source:: http://www.webmasterworld.com/css/4460737.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com