| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | min-width |
| Inherited: | no |
| Value: | <length> | <percentage> | inherit |
| Initial: | UA dependent |
| Applies to: | all elements except non-replaced inline elements and table elements |
| Media: | visual |
| Percentages: | refer towidth of containing block |
|
<doc> <AAA> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </AAA> <AAA> text text text text text text </AAA> </doc> |
View * {display: block; min-width: 200px} AAA {border: red solid thin} |