| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | min-width |
| Percentages: | refer towidth of containing block |
| Media: | visual |
| Applies to: | all elements except non-replaced inline elements and table elements |
| Initial: | UA dependent |
| Value: | <length> | <percentage> | inherit |
| Inherited: | no |
|
<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} |
|
|
|