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 PROTECTED]> wrote:
>
> > IE7 ignoresscrollHeightand adds a horizontal scrollbar. How can I
> > get the same display in IE7 as I get in FF3?

Reply via email to