Empty space at the end of a page in Chrome
In Chrome, my site has a bunch of empty space at the end.
Some pages have lots of empty space, some have none. I'm not sure what the problem is, I've tried lots of different changes in the css (using chrome's inspect element), but nothing fixes the problem.
There is no problem in Fi开发者_开发技巧refox, I don't know about IE right now.
Edit: Removed links. None of those pages exist any more.
The problem is the last hr
element.
It has display: inline-block
.
Remove that property value and it works fine.
It has been listed as a rendering bug: see here
http://41.206.47.2/support/forum/p/Chrome/thread?tid=6d78452432a4c4d7&hl=en
Seems to have been fixed in later dev versions. I get the same issue in 11.0.696.65
精彩评论