Diese Frisur steht den Sternzeichen am besten
/* DEBUG console.log("p offset:" + $('#wrapper5bcgj').parent().parent(".inlineDiashow").prev().prev().offset().top ); console.log("p height:" + $("#wrapper5bcgj").parent().parent(".inlineDiashow").prev().prev().height() );
console.log("aID offseet:" + $("#articlefeatID").offset().top ); console.log("aID height:" + $("#articlefeatID").height() );
console.log("p offset + height:" + parseInt($('#wrapper5bcgj').parent().parent(".inlineDiashow").prev().prev().offset().top + $("#wrapper5bcgj").parent().parent(".inlineDiashow").prev().prev().height()) ); console.log("aID offset + height:" + parseInt($("#articlefeatID").offset().top + $("#articlefeatID").height()) );
$('#wrapper5bcgj').parent().parent(".inlineDiashow").prev().prev().css("border","1px solid red"); */
/* if ( ( parseInt($('#wrapper5bcgj').parent().parent(".inlineDiashow").prev().prev().offset().top + $("#wrapper5bcgj").parent().parent(".inlineDiashow").prev().prev().height()) ) < ( parseInt($("#articlefeatID").offset().top + $("#articlefeatID").height()) ) ) { $('#wrapper5bcgj').width("400px"); //console.log("Resizing inlineDiashow"); } */ $(function() { $('#wrapper5bcgj').jScrollPane({showArrows: true}); }); $('#packagedia5bcgj').css('width', $('#packagedia5bcgj li').length * $('#packagedia5bcgj li').outerWidth());