jquery.mb.extruder 1.8.1

There was a bug on Webkit browsers that prevent the correct align of the extruder flaps. Solved!

get the update now!

Changes:

line: 59: var extW= this.options.position==”left”?1: this.options.width;

line 70: {position:position,top:0,left:0,width:1};

line 77: wrapperStyle={position:”absolute”, width:this.options.position==”left”?1:this.options.width};

line: 218 extruder.find(‘.content’).animate({ width: 1 }, opt.slideTimer,function(){

line: 219: extruder.find(‘.ext_wrapper’).css({width:1});