Einloggen » Neuer Benutzer? Jetzt anmelden! apkboss Forum Übersicht Login Registrieren shownews = false; outnews = false; $('
search
').click(function() { if($(this).val() == 'Suche...') {$(this).val('');}}) .blur(function() { if($(this).val() == '') {$(this).val('Suche...');}}); function newsblink() { $el_list = $('.blinker'); $.each($el_list, function(index, value) { if($(this).css('visibility') == 'visible') {$(this).css('visibility', 'hidden'); } else { $(this).css('visibility', 'visible'); } }); } var topnavHeight = $('
topnavigation
-ul').outerHeight(); topnavHeight = topnavHeight + 2; topnavHeight = topnavHeight + 'px' $('
global
-news-box-wrap').css('top', topnavHeight); $('
global
-news-li,
global
-news-box-wrap').mouseenter(function() { try {clearTimeout(linkout);} catch(err) {} if(!shownews) { $('
global
-news-box-wrap').fadeIn(400); shownews = true;} else { $('
global
-news-box-wrap').show();} }); $('
global
-news-li').mouseleave(function() {linkout = setTimeout("$('
global
-news-box-wrap').hide();", 200);}); $('
global
-news-box-wrap').mouseenter(function() {try { clearTimeout(linkout);} catch(err) {} $('
global
-news-box-wrap').show(); }); $('
global
-news-box-wrap').mouseleave(function() {$('
global
-news-box-wrap').hide();}); w = $('
navigation
').innerWidth()-17; $('.usercontent img').css('maxWidth',w); try{window.addEventListener("resize", headerRez);}catch(e){}