$(function() { $('.box').find('.boxBody').css({'height': '90px'}).end().find('.boxBody .image').hide(); $('.box').bind('mouseenter mouseleave', function(event) { if ( event.type == 'mouseenter' ) { $(this).children().filter('.boxBody').find('.boximage').css({ 'display': 'block', 'opacity': 0}).animate({'opacity': 1}, 200); $(this).children().filter('.boxBody').animate({'height': '200px'}, 300); $(this).children().filter('.boxBody').siblings().filter('.boxBody2').css({'display': 'block'}, 300); $(this).children().filter('.boxBody').siblings().filter('.boxBody2').animate({'height': '15px'}, 300); if($.browser.msie && $.browser.version < 7) { $(this).children().filter('.navArrow').css('filter', 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'/bilder/design/arrowDown.png\',sizingMethod=\'crop\')'); } else { $(this).children().filter('.navArrow').css('background', 'url(\'/bilder/design/arrowDown.png\') top left no-repeat'); } } else { $(this).children().filter('.boxBody').find('.boximage').animate({'opacity': 0}, 200, function() { $(this).hide(); }); $(this).children().filter('.boxBody').animate({'height': '90px'}, 300); $(this).children().filter('.boxBody').siblings().filter('.boxBody2').animate({'height': '0px'}, 300); if($.browser.msie && $.browser.version < 7) { $(this).children().filter('.navArrow').css('filter', 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'/bilder/design/arrowUp.png\',sizingMethod=\'crop\')'); } else { $(this).children().filter('.navArrow').css('background', 'url(\'/bilder/design/arrowUp.png\') top left no-repeat') } } }); }); var theHide = true; $(function() { var expand = function(){ } var contract = function(){ } var focus = function(){ theHide = false; } var blur = function(){ theHide = true; } $('#BManad, #BDag, #BAntal1, #BAntal2, #BNatter') //.hover(expand, contract) //.focus(focus) .click(focus) .blur(blur) .change(blur) }); $(function() { $('.boxB').find('.boxBodyB').css({'height': '90px'}).end().find('.boxBodyB .image').hide(); $('.boxB').bind('mouseenter mouseleave', function(event) { if ( event.type == 'mouseenter' ) { document.getElementById('BOImg').style.display = 'none'; $(this).children().filter('.boxBodyB').find('.boximage').css({ 'display': 'block', 'opacity': 0}).animate({'opacity': 1}, 200); $(this).children().filter('.boxBodyB').animate({'height': '300px'}, 300); $(this).children().filter('.boxBodyB').siblings().filter('.boxBodyB2').css({'display': 'block'}, 300); $(this).children().filter('.boxBodyB').siblings().filter('.boxBodyB2').animate({'height': '15px'}, 300); if($.browser.msie && $.browser.version < 7) { $(this).children().filter('.navArrowB').css('filter', 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'/bilder/design/arrowDown.png\',sizingMethod=\'crop\')'); } else { $(this).children().filter('.navArrowB').css('background', 'url(\'/bilder/design/arrowDown.png\') top left no-repeat'); } } else { if(theHide) { document.getElementById('BOImg').style.display = 'block'; $(this).children().filter('.boxBodyB').find('.boximage').animate({'opacity': 0}, 200, function() { $(this).hide(); }); $(this).children().filter('.boxBodyB').animate({'height': '90px'}, 300); $(this).children().filter('.boxBodyB').siblings().filter('.boxBodyB2').animate({'height': '0px'}, 300); if($.browser.msie && $.browser.version < 7) { $(this).children().filter('.navArrowB').css('filter', 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'/bilder/design/arrowUp.png\',sizingMethod=\'crop\')'); } else { $(this).children().filter('.navArrowB').css('background', 'url(\'/bilder/design/arrowUp.png\') top left no-repeat') } } } }); });