View Full Version : links
spyder
07-28-2005, 09: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>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.