Is it possible to make a div 50px less than 100% in CSS?

Posted by Derek on Stack Overflow See other posts from Stack Overflow or by Derek
Published on 2012-06-19T03:18:52Z Indexed on 2012/06/21 9:16 UTC
Read the original article Hit count: 161

Filed under:
|
|

Exact duplicate

> http://stackoverflow.com/questions/11103728/css-to-achieve-width100-150px
> http://stackoverflow.com/questions/8877827/how-can-an-element-have-a-width-of-100-50px-using-only-css
> http://stackoverflow.com/questions/651317/div-width-100-minus-fixed-amount-of-pixels
> http://stackoverflow.com/questions/899107/how-can-i-do-width-100-100px-in-css

Is it possible to make a div 50px less than 100% in pure CSS? I want the <div> to be only 50px less than 100%. I don't want any JavaScript.

© Stack Overflow or respective owner

Related posts about html

Related posts about css