Ask questions and get good answers on mb.jQuery.components

I use mb scrollable vertical. When I code a static page everything's OK but when the elements are generated by php the second slide stays invisible. Any idea?

asked Apr 12 '10 at 14:33

michel%20perrin's gravatar image

michel perrin
212

I work with safari but the problem persists in other browsers, I guess I need to have mbscrollable firing later while the DOM is completly written by php

(Apr 12 '10 at 16:38) michel perrin

I finally figured out that the scrollableStrip width was too wide. Due to the IE6 bug correction (ie:inline blocks) my blocks where side by side inside the scrollableStrip container. Finally I changed the scrollableStrip width in th js file (line 75).

Instead of width: mbScrollable.elementsDim I wrote : width:450 wich is the width of my wrapper. Now the blocks are nicely displaying.

answered Apr 12 '10 at 17:02

michel%20perrin's gravatar image

michel perrin
212

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×7

Asked: Apr 12 '10 at 14:33

Seen: 563 times

Last updated: Apr 12 '10 at 17:02

jQuery main site - Matteo Bicocchi