[jQuery] Re: Scrolling: FF3 vs IE7

2008-09-06 Thread Orkan
Note: this is for vertical scrollbar if($.browser.msie && this.scrollWidth > this.offsetWidth) { $(this).css({"padding-bottom": "1.5em", "overflow-y": "hidden"}); } On Sep 5, 8:20 pm, "p.mohanasundaram" <[EMAIL PROTECTED]> wrote: > Any Solution?? > > On Jul 13, 10:00 am, NA <[EMAIL PR

[jQuery] Re: Scrolling: FF3 vs IE7

2008-09-05 Thread p.mohanasundaram
Any Solution?? On Jul 13, 10:00 am, NA <[EMAIL PROTECTED]> wrote: > IE7 ignoresscrollHeightand adds a horizontal scrollbar. How can I > get the same display in IE7 as I get in FF3?