View Full Version : links
spyder
07-28-2005, 10:24 PM
i have some links that are text, and i want a small picture to appear the the left of it when you go over it with your mouse. thank you
<a href="foo.htm" onmouseover="document.getElementById('linkimg').style.visible = 'visible';" onmouseout="document.getElementById('linkimg').style.visible = 'hidden';"><img src="bar.jpg" id="linkimg"/>Text</a>
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.