The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

rollover buttons script

someone_

New Member
affiliate
whats the best script that works for you..

in relation to button graphics chaning to another image when the pointer hovers over.
 
Rollover Image Buttons require JavaScript. Links enclosed in JS are seldom followed by Search Engine Spiders. You would be better using CSS to get a spiderable rollover visual effect.
 
You may use spiderable html with javascript for this.
HTML:
<a href="link.html" onmouseover="this.src='hoverbackground.gif'" onmouseout="this.src='normalbackground.gif'">anchor text</a>
, but as smeagain wrote it is better to use image with css positioning, because if you are smart the loading of the background image won't be recogniseable.
 
banners
Back