Contentwidth - Search results:
Site Info
Whois
Traceroute
RBL Check
What's My IP?
Site Info
Who Is
Trace Route
RBL Check
What's My IP?
Enter Domain Name:
Contentwidth
: 4 results found.
Hunting Shooting Sport Centre - HSSC-Development $(document).ready(function() { var infosHeadMaxHeight = 0; $(".infosHead .infoBox").each(function() { if ($(this).height() > infosHeadMaxHeight) { infosHeadMaxHeight = $(this).height(); } }); infosHeadMaxHeight = infosHeadMaxHeight (($(".infosHead .infoBox").size() - 1) * 33); var infosHeadTop = $(".head").height() - 1 - infosHeadMaxHeight; $(".infosHead").css("top",infosHeadTop); $(".infoBox p").hide(); $(".infoBox").hover(function() { $(this).find("p").show(); }, function() { $(this).find("p").hide(); }); /* Width of each IMG */ var imgWidth = 160; /* Width of max IMG */ var maxImgWidth = 200; /* Space between two IMG */ var imgSpace = 10; /* Speed of slideshow */ var baseSpeed = 50; /* Maximum px-amount of steps */ var maxStep = 2; /* Normal px-amount of steps */ var normalStep = 1; /* Amount of speed-layers */ var speedLayer = 4; var imgCount = 1; var amountImg = $(".imgCarousel .imgCarouselInner .img").size(); var imgCarouselWidth = amountImg * imgWidth amountImg * imgSpace; var documentWidth = $(document).width(); var contentWidth = $(".imgCarousel").width(); var leftBorder = (documentWidth > contentWidth) ? documentWidth / 2 - contentWidth / 2 : 0; var rightBorder = (documentWidth > contentWidth) ? documentWidth / 2 contentWidth / 2 : documentWidth; var marginSide = (maxImgWidth - imgWidth) / 2; var marginTop; var moveDirection, moveSpeed, innerDiv, leftPos, currentSpeedLayer, lastSpeedLayer, layerInt; var imgCarousel, imgCarouselTimer, currentLeft; var cloneImg, newLeft, newImgWidth; var relativePos, resizeFunc, resizeFuncMargin; var eachImgWidth; $(".imgCarousel .imgCarouselInner").mousemove(function(e) { clearInterval(imgCarouselTimer); innerPosX = e.pageX - leftBorder; innerDiv = innerPosX / contentWidth; for (layerInt=1;layerInt <= (speedLayer 1);layerInt ) { if ((innerDiv <= (layerInt / (speedLayer 1))) && (innerDiv > = ((layerInt - 1) / (speedLayer 1)))) { currentSpeedLayer = layerInt; } } if (currentSpeedLayer != lastSpeedLayer) { if ((currentSpeedLayer 1) > (speedLayer / 2 1) && (currentSpeedLayer - 1) < (speedLayer / 2 1)) { innerDiv = 0; moveDirection = 0; moveSpeed = 0; } else if (currentSpeedLayer > (speedLayer / 2 1)) { innerDiv = currentSpeedLayer / (speedLayer 1); moveDirection = -1 * (maxStep * innerDiv); moveSpeed = baseSpeed - baseSpeed * innerDiv; } else { innerDiv = 1 - (currentSpeedLayer / (speedLayer 1)); moveDirection = 1 * (maxStep * innerDiv); moveSpeed = baseSpeed - baseSpeed * innerDiv; } imgCarousel(moveSpeed,moveDirection); } }); $(".imgCarousel .imgCarouselInner .img img").live("mouseover", function() { marginTop = (maxImgWidth / imgWidth * $(this).height()) - $(this).height() - 10; $(this).animate({"width":maxImgWidth}, {duration:100}).animate({"margin":"-" marginTop / 2 "px -" marginSide "px 0"}, {duration:10}); $(this).parent().css({"z-index":10}); }); $(".imgCarousel .imgCarouselInner .img img").live("mouseout", function() { $(this).animate({"width":imgWidth,"padding":0,"margin":0}, {duration:50}); $(this).parent().css({"z-index":0}); }); imgCarousel = function(speed,direction) { imgCarouselTimer = setInterval(function() { leftPos = parseInt($(".imgCarousel .imgCarouselInner").css("left")) direction; $(".imgCarousel .imgCarouselInner").css({"left":leftPos}); currentLeft = leftPos; rebuildImgCarousel(currentLeft); },speed); }; rebuildImgCarousel = function(curLeft) { if (curLeft == "init") { newImgWidth = $(".imgCarousel .imgCarouselInner .img:last-child").width(); if (imgCarouselWidth newImgWidth > contentWidth) { cloneImg = $(".imgCarousel .imgCarouselInner .img:last-child").clone(); $(".imgCarousel .imgCarouselInner .img:last-child").remove(); $(".imgCarousel .imgCarouselInner").prepend(cloneImg); newLeft = - newImgWidth - imgSpace; $(".imgCarousel .imgCarouselInner").css({"left":newLeft}); } } else if (curLeft < 0) { newImgWidth = $(".imgCarousel .imgCarouselInner .img:first-child").width(); if (Math.abs(curLeft) > newImgWidth 20) { cloneImg = $(".imgCarousel .imgCarouselInner .img:first-child").clone(); $(".imgCarousel .imgCarouselInner .img:first-child").remove(); $(".imgCarousel .imgCarouselInner").append(cloneImg); newLeft = curLeft newImgWidth imgSpace; $(".imgCarousel .imgCarouselInner").css({"left":newLeft}); } } else { newImgWidth = $(".imgCarousel .imgCarouselInner .img:last-child").width(); if (Math.abs(curLeft) < newImgWidth 20) { cloneImg = $(".imgCarousel .imgCarouselInner .img:last-child").clone(); $(".imgCarousel .imgCarouselInner .img:last-child").remove(); $(".imgCarousel .imgCarouselInner").prepend(cloneImg); newLeft = curLeft - newImgWidth - imgSpace; $(".imgCarousel .imgCarouselInner").css({"left":newLeft}); } } }; setImgCarouselVar = function() { $(".imgCarousel .imgCarouselInner").css("width",2000); $(".imgCarousel .imgCarouselInner .img").each(function() { $(this).css({"margin-left":imgSpace,"float":"left","width":imgWidth}).find("img").attr("width",imgWidth).css("position","absolute"); }); currentLayer = 2; rebuildImgCarousel("init"); }; initImgCarousel = function() { setImgCarouselVar(); imgCarousel(baseSpeed,normalStep); }; initImgCarousel(); var href; var contentLoaded = 0; var contentHeight; $("a.contentLink").click(function() { href = $(this).attr("href"); if (!contentLoaded) { $(".contentOuter").animate({"top":0},{duration:500}); $(".content").load(href " #content"); $(".infosHead").fadeOut(); contentLoaded = 1; } else { contentHeight = $(".content").height() / 10 * 9; $(".contentOuter").dequeue(); $(".contentOuter").animate({"top":-contentHeight},{duration:500}); $(".contentOuter").animate({"top":0},{duration:500}); $(".content").load(href " #content"); } $("html, body").animate({scrollTop:0}, "slow"); return false; }); $("a.closeContent").live("click", function() { var contentHeight = $(".content").height(); $(".contentOuter").animate({"top":-contentHeight},{duration:500}); $(".infosHead").fadeIn("slow"); contentLoaded = 0; return false; }); });
hssc development oben contact notice nach legal sport shooting centre hunting provides sports imgcarousel var imgcarouselinner img function width innerdiv css newimgwidth speedlayer child currentspeedlayer animate height curleft contentwidth newleft imgwidth left duration cloneimg documentwidth content basespeed layerint infosheadmaxheight imgspace
Hssc-development.com
~
Site Info
Whois
Trace Route
RBL Check
1er sommaire
ici sommaire gondrand alsace var document supertext window layers xpos site function body xdir ypos left ymax xmax ydir ballspeed qualité moveball style hidetimer calculateposition contentwidth contentheight settimeout true visibility right initializeball superballrunning sur police innerheight innerwidth contentwidth=document height contentheight=document
Gondrand-alsace.com
~
Site Info
Whois
Trace Route
RBL Check
Jogja Adventure var linkset=new Array()//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUTlinkset[0]='
Tracking 'linkset[0] ='
Caving 'linkset[0] ='
Rafting 'linkset[0] ='
Diving 'linkset[1]='
Metode 'linkset[1] ='
Design 'linkset[1] ='
Trainer '////No need to edit beyond herevar ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1var ns6=document.getElementById&&!document.allvar ns4=document.layersfunction showmenu(e,which){if (!document.all&&!document.getElementById&&!document.layers)returnclearhidemenu()menuobj=ie4? document.all.popmenu : ns6? document.getElementById("popmenu") : ns4? document.popmenu : ""menuobj.thestyle=(ie4||ns6)? menuobj.style : menuobjif (ie4||ns6)menuobj.innerHTML=whichelse{menuobj.document.write('
' which ' ')menuobj.document.close()}menuobj.contentwidth=(ie4||ns6)? menuobj.offsetWidth : menuobj.document.gui.document.widthmenuobj.contentheight=(ie4||ns6)? menuobj.offsetHeight : menuobj.document.gui.document.heighteventX=ie4? event.clientX : ns6? e.clientX : e.xeventY=ie4? event.clientY : ns6? e.clientY : e.y//Find out how close the mouse is to the corner of the windowvar rightedge=ie4? document.body.clientWidth-eventX : window.innerWidth-eventXvar bottomedge=ie4? document.body.clientHeight-eventY : window.innerHeight-eventY//if the horizontal distance isn't enough to accomodate the width of the context menuif (rightedge
jogjaadventure menuobj document source menuitems window eventx ||ns body linkset php
Jogjaadventure.com
~
Site Info
Whois
Trace Route
RBL Check