I know there is a CSS fallback for calc()
for IE6-7. Likewise, I know there is a jQuery alternative.
However, is there a CSS-only fallback for calc()
for IE8? If so, what is it?
You can do like this
.content{
padding-right: 500px;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
DEMO http://jsfiddle.net/FYB4q/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With