dkuntz2
dkuntz2

Reputation: 156

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 Firefox, I don't know about IE right now.

Edit: Removed links. None of those pages exist any more.

Upvotes: 1

Views: 383

Answers (2)

alex
alex

Reputation: 490163

The problem is the last hr element.

It has display: inline-block.

Remove that property value and it works fine.

Upvotes: 2

Trinitrotoluene
Trinitrotoluene

Reputation: 1458

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

Upvotes: 1

Related Questions