jQuery.noConflict(); jQuery(document).ready(function($) { $("#navigation .nav").hover(function(){ $(this).css({ "background-color":"#ffffff" }); $(this).children().css({ "color":"#1D1C1C" }); },function(){ $(this).css({ "background-color":"transparent" }); $(this).children().css({ "color":"#ffffff" }); }); $("#index:not(a)").click(function () { location.href='http://www.rottegg.at/' }); $("#anfahrt:not(a)").click(function () { location.href='http://www.rottegg.at/anfahrt' }); $("#news:not(a)").click(function () { location.href='http://www.rottegg.at/news' }); $("#referenzen:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen' }); $("#products:not(a)").click(function () { location.href='http://www.rottegg.at/produkte' }); $("#service:not(a)").click(function () { location.href='http://www.rottegg.at/service' }); $("#veranstaltungen:not(a)").click(function () { location.href='http://www.rottegg.at/veranstaltungen' }); $("#about_us:not(a)").click(function () { location.href='http://www.rottegg.at/ueber-uns' }); $("#links:not(a)").click(function () { location.href='http://www.rottegg.at/links' }); $("#contact:not(a)").click(function () { location.href='http://www.rottegg.at/kontakt' }); $("#tags div:not(.on)").hover(function(){ $(this).css({ "background-color":"#DA2918" }); $(this).children().css({ "color":"#EEEEEE" }); },function(){ $(this).css({ "background-color":"#ffffff" }); $(this).children().css({ "color":"#DA2818" }); }); $("#tag_aktuelles:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen' }); $("#tag_design:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/design' }); $("#tag_fahrrad:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/fahrrad' }); $("#tag_freizeit:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/freizeit' }); $("#tag_galerie:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/galerie' }); $("#tag_gelaender:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/gelaender' }); $("#tag_industrie:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/industrie' }); $("#tag_moebel:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/moebel' }); $("#tag_stahlbau:not(a)").click(function () { location.href='http://www.rottegg.at/referenzen/stahlbau' }); });