Hey guys! I was just wondering if anyone could give me a link / script on how to create something like the billboard on this website.
Thanks,
Erica
Hey guys! I was just wondering if anyone could give me a link / script on how to create something like the billboard on this website.
Thanks,
Erica
Although, I wouldn't copy their idea unless you have permission.HTML Code:<script type="text/javascript"> <!-- function board(imgsrc, desc) { var boardele = document.getElementById('board'); boardele.innerHTML = '<img src="'+imgsrc+'" /> <br />'+desc; } --> </script> <div id="board"></div> <img onclick="board('something.gif', 'pretty badge')" src="blah.gif"/>
Last edited by nets; 12-12-2006 at 10:29 PM.
kinda quit.
Want to hide these adverts? Register an account for free!