Posted The: 15/01/2009 At: 10:55
Contents:
The Clear Property of CSS can be used together with float, to specify if an floated element will allow content on its left or right side.
| none | The element flows normally. |
| left | The element is treated as a block to its left. |
| right | The element is treated as a block to its right. |
div {
float: left;
clear: left;
}Inherited? NO!
Comments: [0]
© Brugbart Webdesign