mike_freegan
mike_freegan

Reputation: 368

IE8 ignoring vertical padding and margin

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:

http://tinyurl.com/qd9s94y

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

Answers (1)

mike_freegan
mike_freegan

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

Related Questions