Quote:
Originally Posted by Spudman
anyone know how i can do this in all browsers? it only works in ff,
width: calc(100% - 100px);
|
Is this not the same as:
margin-left: 50px; margin-right: 50px; width: 100%;
or adjust margin-left or margin-right to 100px and delete the obsolete one, depending which side you want it.