moondust Posted January 14, 2007 Report Share Posted January 14, 2007 Hello,i'm new but i have a question..i need button rollovers like how 'endlessrain.org' has her affiliates done.can anyone make me a simple sample that i can work from? i would so appreciate it.i need it for my website Link to comment Share on other sites More sharing options...
Mujklob Posted January 14, 2007 Report Share Posted January 14, 2007 Uh.. I'm trying to figure it out but with little luck. Hurray for my lack of practice with HTML lately. Link to comment Share on other sites More sharing options...
moondust Posted January 14, 2007 Author Report Share Posted January 14, 2007 OKAY I FOUND THE ANSWER,A FRIEND TOLD ME..ANYHOW DELETE THIS POST,MOD..OR KEEP IT..YOU CHOOSE..so sorry i made this topic.If anyone wants to know how to make rollovers heres the code:<img src="URL" width="88" height="31" name="affiliates" vspace="1" alt="Moondust Designs Affiliates"><br> <br> <a href="http://URL/" target="blank" onmouseover="document.affiliates.src=button01.src" onmouseout="document.affiliates.src=button00.src">name</a><br> <a href="http://URL/" target="blank" onmouseover="document.affiliates.src=button02.src" onmouseout="document.affiliates.src=button00.src">name</a> </a><br> <SCRIPT language="JavaScript" type="text/javascript"><!--if (document.images) {button00 = new Imagebutton01 = new Imagebutton02 = new Imagebutton03 = new Imagebutton04 = new Imagebutton05 = new Imagebutton06 = new Imagebutton07 = new Imagebutton08 = new Imagebutton09 = new Imagebutton10 = new Imagebutton11 = new Imagebutton00.src = "images/buttonname.gif"button01.src = "images/buttonname.gif"button02.src = "images/buttonname.gif"}// --></SCRIPT> Link to comment Share on other sites More sharing options...
Mujklob Posted January 14, 2007 Report Share Posted January 14, 2007 Or.. you could just steal the source and use that code. Yeah... Link to comment Share on other sites More sharing options...
Vashnik Posted June 25, 2007 Report Share Posted June 25, 2007 I sometimes do that for practice, but I often modify it, either making the code simpler or longer, depending if the code makes sense or if I need to force it to make sense. lol Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now