[JQuery-UI]Slider loading issue
<div dir="ltr">Hello,
When the slider component loads, there is a time when the slider handle image is loaded and the javascript is yet to be executed. At this point, the slider handle hangs in the top corner of the page, essentially due to the css configuration of it.
....
position : absolute
top : 0px<br clear="all">....
This is quite a problem when the connection speed is lower than the usual. On firefox, setting the position as relative, solves the problem, but then IE6 and IE7 wouldnt accept that. Any solutions?
Just try <a href="http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.slider.html">http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.slider.html</a> on a slower connection, and the difference is totally evident.
--
Thanks
Ram
</div>