View Full Version : This may sound dumb, but... buttons?
Cold Gunmetal
05-29-2006, 12:41 AM
Yeah, I need help with coding buttons. I need buttons that have text, hyperlinks and display three different .jpg files: one mouseover, one mouse off,and one on mouse click. I really am stretched for time, like, James Bond-stretched for time. :D Help?
Nick Iannone
Liberator Studios Ltd.
A place to post your crap!! :D
<a style="cursor:default;"><img src="normal.png" onmouseover="this.src='hover.png';" onmouseout="this.src='normal.png';" onmousedown="this.src='clicked.png';" onmouseup="this.src='normal.png';"></a>I won't add stuff like preloading, since you're too pressed for time. :p
Cold Gunmetal
05-29-2006, 01:22 AM
Thanks. Appreciat it
tech_support
05-29-2006, 02:55 AM
or http://www.dynamicdrive.com/dynamicindex15/domroll2.htm
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.