Hy,
Got this strange message with tools 1.1.2
Could not find Overlay: nofollow
event if script is working
Got this strange message with tools 1.1.2
Could not find Overlay: nofollow
event if script is working
$(document).ready(function() {
$("a[rel]").overlay({
expose: {
color: '#333',
loadspeed: 200,
opacity: 0.9,
closeOnClick: false
},
onLoad: function() {
// how to make fexcroll work with overlay
$("div#overlay-scroll").show();
CSBfleXcroll('overlay-scroll');
},
closeOnClick: false
});
});
