Rolla Version: 1.2
(c)2008 Thomas Petrovic
http://bonsai.co.at
http://freakzero.com
Rolla creates automatically a crossfade Hover effect (IE6 = normal Rollover) with Images from a linktext with a css Class definition
Example for custom Settings:
$.rollaHover({
imgDir: 'images',
onFade: 'fast',
outFade: 'fast',
mainOpacity: "1",
css: 'rolla'
});
Javascript
$(document).ready(function() {
$.rollaHover();
});
CSS
a.rolla {
// Dimensions of the Pictures
width: 32px;
height: 32px;
}
img.rolla {
border: 0;
}
HTML
<a class="rolla" href="http://jquery.com/">Test</a>
Images in ./images/ folder:
test
From: <a href="http://jquery.com/" class="rolla">test</a>Opera Firefox IE7 IE6
Download Demopage