If u will solve the problem, please let me know. thanks
On 4 Set, 11:53, Edmund Kwok <
edmund.k...@insyghtful.com> wrote:
> I also face this problem with the full body scroll, with defined
> scrollbarWidth and scrollbarHeight. It works fine in Firefox 3.5 but
> not IE 7. On first load, only the arrows of the scrollbar is shown,
> the image of the track is completely missing though it still has the
> necessary width and height.
>
> From my limited debugging of the DOM, on first load, the
> div.jScrollPaneContainer is wrapping the #wrapper which is wrapped by
> another div.jScrollPaneContainer as follows:
>
> <div class="jScrollPaneContainer">
> <div class="jScrollPaneContainer">
> <div id="wrapper"></div>
> </div>
> <div class="jScrollPaneTrack"></div>
> <a class="jScrollArrowUp"></a>
> <a class="jScrollArrowDo"></a>
> </div>
>