[jQuery] Re: Firefox flickering with tab-slider-script
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 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,OskarRough<[EMAIL PROTECTED]> wrote: > > > 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 of overflow:hidden; it works for me. > > > > On 4 Nov., 12:15,OskarRough<[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > I'm experiencing heavy flickering with a "coda-slider" script - only > > > > in Firefox/WIN. It's available > > > > here:http://eucnordvest.dk/Oversigt+kategorier.3631.aspx > > > > (please, do not mind the Danish language). > > > > > It's build up with a scrollerbox with a set width. Inside there's a > > > > container with the three panes, each with the same width of the box. > > > > Each pane is floated left. > > > > > Everytime you switch tab in Firefox it flickers heavily. > > > > > Any workaround to this would be greatly appreciated :-) > > > > > Thanks, > > > >Oskar
[jQuery] Re: Firefox flickering with tab-slider-script
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 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 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 > > > here:http://eucnordvest.dk/Oversigt+kategorier.3631.aspx > > > (please, do not mind the Danish language). > > > > It's build up with a scrollerbox with a set width. Inside there's a > > > container with the three panes, each with the same width of the box. > > > Each pane is floated left. > > > > Everytime you switch tab in Firefox it flickers heavily. > > > > Any workaround to this would be greatly appreciated :-) > > > > Thanks, > > > Oskar
[jQuery] Re: Firefox flickering with tab-slider-script
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 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 > > here:http://eucnordvest.dk/Oversigt+kategorier.3631.aspx > > (please, do not mind the Danish language). > > > It's build up with a scrollerbox with a set width. Inside there's a > > container with the three panes, each with the same width of the box. > > Each pane is floated left. > > > Everytime you switch tab in Firefox it flickers heavily. > > > Any workaround to this would be greatly appreciated :-) > > > Thanks, > > Oskar
[jQuery] Re: Firefox flickering with tab-slider-script
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 > here:http://eucnordvest.dk/Oversigt+kategorier.3631.aspx > (please, do not mind the Danish language). > > It's build up with a scrollerbox with a set width. Inside there's a > container with the three panes, each with the same width of the box. > Each pane is floated left. > > Everytime you switch tab in Firefox it flickers heavily. > > Any workaround to this would be greatly appreciated :-) > > Thanks, > Oskar