|
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? |
|
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. |



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