Reputation: 368
I can't figure out why on the following page, from the Pricing section onwards, IE8 seems to ignore a lot of vertical padding and margin:
Namely, it is ignoring margin-bottom on the Pricing heading, it is not applying vertical padding to the divs that make up the pricing table, and the links in the footer have also lost their vertical padding.
t works in every other browser, for comparison.
Thanks in advance.
Upvotes: 0
Views: 79
Reputation: 368
The problem was that IE8 doesn't support rem units for font-size.
My IE8 dev tools sprang to life so I could see what wasn't working.
Upvotes: 1