Topic: 100% width in CSS |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-18-2002 23:56
Suppose you want something to be width: 100% of it's container, but it requires margin/padding/border of some sort. Is there any way to achieve this with a variable width container in a standards-compliant way? (Now I see why IE 5 gets the box model wrong). |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-19-2002 00:06
margin-left:10px; |