jquery.mb.scrollable inline IE7 Bug

I found a bug on IE7 due to the unsupported “display:inline-block”… :-(

I’ll fix it in the next release; for the moment you all can fix it changing the line 59 as below:

$(this.elements).css({marginRight:this.options.elementMargin, width:this.singleElDim, display:”inline-block”,float:”left” });


Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>