Slider issue in chrome

Hi,
I have created a slider object. Everything is working fine in IE and Firefox. But in Chrome at very first time it is working fine, if i refresh the page then the slider is not working.
Any solution ? Thanks in advance…

u m e.

Any suggestions or solutions for this…
any solution from dhtmlx support plz…

Thanks,
u me

Can you provide some kind of sample , or demo page where it occurs ?
It works correctly locally.

Hi, below is my code. first time it works fine in chrome. after refreshing the page it is not working. close the CHROME browser and open it, it works fine.

Untitled Document

Thanks
u me

Hi,
Can anyone help for the above code please…?
Any help from dhtmlx support please…?

Thanks
u me

Try to change your code as

dhtmlxEvent(window, "load", function(){ var _L_1 = new dhtmlxSlider("__slider_1", 100,"arrow",false,0,10,1.0,0.1); _L_1.setImagePath("imgs/"); _L_1.init(); });

When initialized before page loading, slider can be inited in moment when css file is not loaded yet, and as result sizes of elements are calculated incorrectly.

Hi,
Thanks Stanislav. Its working fine…