This is common on a lot of websites and makes the website jitter in most browsers - Firefox, Opera, Safari etc - when going from a long page to a short page. This is because these browsers only add a page scrollbar if the page is longer than the client area.
I have a little fix that I use as standard to fix this problem: I set the html tags to a height of 101%.
Here is the CSS:
htmlA simple and easy solution that works for all the major browsers!
{
height: 101%;
}
Here is the Holly Cottage B&B website with the fix applied:
No comments:
Post a Comment