Website renders two scroll bars, is it the CSS, xhtml, or some jquery plugin?

Posted by Muhammad on Stack Overflow See other posts from Stack Overflow or by Muhammad
Published on 2011-01-14T22:50:33Z Indexed on 2011/01/14 22:53 UTC
Read the original article Hit count: 211

Filed under:
|
|
|

I've come to notice a bug on my website, I see that there's two scroll bars when the window is re-sized from a full sized window (my desktop's 1280x900).

This issue is untraceable with Firebug and it shows up on all browsers. I'm using a JQuery UI script on the page as well but I'm not sure if that's what's doing this.

What's a good way to go about getting rid of this? Or has anyone ever encountered having two scroll bars on the page?

BTW: The in-page scroll bar is actually above the footer, if that helps.

© Stack Overflow or respective owner

Related posts about css

Related posts about jquery-ui