[jQuery] Re: Firefox flickering with tab-slider-script

2008-11-06 Thread Oskar Rough
Aha, the js script was applying some overflow to the css as well and with removing that and adding overflow-x: hidden; overflow-y: visible; it works perfectly in Firefox. Thanks a lot. On 4 Nov., 15:53, weidc [EMAIL PROTECTED] wrote: Hi, where do you get a scrollbar? i don't get any. just if

[jQuery] Re: Firefox flickering with tab-slider-script

2008-11-04 Thread weidc
Hi, if i set just the overflow-x: hidden; for the div with the class=scroll instead of overflow:hidden; it works for me. On 4 Nov., 12:15, Oskar Rough [EMAIL PROTECTED] wrote: Hi, I'm experiencing heavy flickering with a coda-slider script - only in Firefox/WIN. It's available

[jQuery] Re: Firefox flickering with tab-slider-script

2008-11-04 Thread Oskar Rough
Hey Weidc, Thanks a lot, it removes the flicker alright but in return I get a scrollbar. Still better of course but would like to avoid having a scrollbar :-) On 4 Nov., 15:41, weidc [EMAIL PROTECTED] wrote: Hi, if i set just the overflow-x: hidden; for the div with the class=scroll instead

[jQuery] Re: Firefox flickering with tab-slider-script

2008-11-04 Thread weidc
Hi, where do you get a scrollbar? i don't get any. just if i remove the overflow-x: hidden; i get one. if i set: overflow-x: hidden; overflow-y: visible; i don't have any scrollbar. On 4 Nov., 15:47, Oskar Rough [EMAIL PROTECTED] wrote: Hey Weidc, Thanks a lot, it removes the flicker