Learn how to use jQuery at the Blog

Bornis Network « visit

  • Added 8 months ago
  • 9 Lines of Code shown
  • 0 Links of Interest
http://bornisnetwork.com
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 Bornis Network - http://bornisnetwork.com

var $j = jQuery.noConflict();
window.onload = function(){
	$j("#br_colorbow").css({backgroundPosition: -((1600-document.body.clientWidth)/2)+"px 0px"});
	$j("#body").mousemove(function (e) { 
		$j("#br_colorbow").css({backgroundPosition:((document.body.clientWidth/2)-(e.pageX))/2-((1600-document.body.clientWidth)/2)+"px 0px"});
		
	 });
	 
};