Think Orange « visit
This is my Source Code and I don't want to show it here
View Source Code only (as overlay)
// That code snippet belongs to Think Orange - http://thinkorange.pt
jQuery(window).bind("load", function() {
jQuery("div#slider1").codaSlider()
// jQuery("div#slider2").codaSlider()
// etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.
});
$(document).ready(function(){
$.localScroll();
// nav tab animation
var navDuration = 150; //time in miliseconds
$('#nav li a').hover(function() {
//$(this).animate({ top : "-="+navJumpHeight }, navDuration);
$(this).animate({ paddingTop:"50px" }, navDuration);
}, function() {
$(this).animate({ paddingTop:"31px"}, navDuration);
});
});
Syndicate
Categories
Statistics
There are 330 Sites with 745 Links of Interest in 18 Categories. The latest Site was added 4 months ago.
About
This is a project by Sebastian Senf, for his part jQuery user and lover too. Follow me.