Getting Rid of the Scroll

Ok,

I had this problem before and Paul helped me fix it, but yet again when I moved it over now a little bit of a scroll comes back on the new one, here the page without scroll how it should work if there less content…

The Club - Thunder Bay Country Club

But once, I moved it over, the scroll is now back, did I miss something my CSS looks correct but I may have missed something as ralph said extra pair of eyes never hurts, heres site with the scroll…

Information « The Club – Thunder Bay Country Club

I’m probably missing something but just cant spot it…

Thanks in advance…

Mike

On your scrolling page there is an extra <p class=“wp_wunderground”> right before the closing of the body tag.

I dont believe thats the issue because I just added that plugin and the scroll was there before I added it as well, I think I have to browse through my code again till I find what I did differently even though I should have just copied it.

When I used Firebug to give that <p> visibility:hidden and display:none the scrollbar disappeared.

I dont see that <p> tag that your talking about

Information « The Club – Thunder Bay Country Club

Maybe its my eyes, just been looking at code all day, my eyes are getting tired lol

This is the HTML code of your page. The <p> is right before the closing of the body tag.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
...
</head>
<body>
<div id="header">
...
</div>
<div id="logo">
...
</div><!-- logo -->
<div id="wrapper">
...
</div><!-- wrapper -->    
<div id="footer">
...
</div><!-- footer -->
<script type='text/javascript' src='http://thunderbaycc.ca/wordpress/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.52'></script>
<script type='text/javascript' src='http://thunderbaycc.ca/wordpress/wp-content/plugins/contact-form-7/scripts.js?ver=2.4.5'></script>
<p class="wp_wunderground" style="text-align:center;">The forecast for P7B 7A4 by <a href="http://www.denversnowremovalservice.com">Wunderground for WordPress</a></p>
</body>
</html>