Question

I've put in a form on this page, on my computer it doesn't extend beyond the page bottom, yet a vertical scrollbar appears.

Here's the page: http://kimkellermedia.com/test3/contact.html

I've inspected the page, and the weird thing is that it shows nothing there, saying the html stopped before the cut off point, so I'm not sure what to change to get rid of empty space.

Since it doesn't seem to be showing up for everyone, here's a big screenshot of what I'm seeing: http://kimkellermedia.com/test3/example.html

Was it helpful?

Solution

Your content has a span having visibility:hidden, make it display:none. So that the space for the span will not be used.

I have tried by reducing the height of comment textarea and the scroll bar is gone now. Please set the height of the scroll bar to 175px. It was because of the contents.

Now the scroll bar will not appear.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top