$(document).ready(function() { $("a.portfolioBtn1").css('backgroundColor', '#cfcfcf'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $("a.portfolioBtn1").click(function() { $("#portfoliostrip").animate({left: "0px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn2").click(function() { $("#portfoliostrip").animate({left: "-730px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn3").click(function() { $("#portfoliostrip").animate({left: "-1460px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn4").click(function() { $("#portfoliostrip").animate({left: "-2190px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn5").click(function() { $("#portfoliostrip").animate({left: "-2920px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn6").click(function() { $("#portfoliostrip").animate({left: "-3650px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn7").click(function() { $("#portfoliostrip").animate({left: "-4380px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn8").click(function() { $("#portfoliostrip").animate({left: "-5110px"}); $(".itemDescription").toggle(); $(".itemDescription").slideDown(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.portfolioBtn").click(function() { $("#Overmij").hide(); $("#Contact").hide(); $("#portfolio").fadeIn(); $(".buttons .left").fadeIn(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $("a.portfolioBtn").css('backgroundColor', '#cfcfcf'); $("a.portfolioBtn1").css('backgroundColor', '#cfcfcf'); $(this).css('backgroundColor', '#cfcfcf'); $("#portfoliostrip").animate({left: "0px"}); }); $("a.OvermijBtn").click(function() { $("#Contact").hide(); $("#portfolio").hide(); $("#Overmij").fadeIn(); $(".buttons .left").fadeOut(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $(this).css('backgroundColor', '#cfcfcf'); }); $("a.ContactBtn").click(function() { $("#Overmij").hide(); $("#portfolio").hide(); $("#Contact").fadeIn(); $(".buttons .left").fadeOut(); $(".buttons a").css('backgroundColor', '#e6e6e6'); $(this).css('backgroundColor', '#cfcfcf'); }); });