Posted The: 15/01/2009 At: 10:44
Contents:
The Overflow Property of CSS is used to control the content of a box, if it takes up more space then what is in the box.
| visible | The content is rendered outside the element. | hidden | The content is clipped. | scroll | The browser displays a scroll bar, to view the rest of the content. | scroll | The browser should display a scroll bar, to view the rest of the content. |
h1 {
overflow: scroll;
}
Inherited? NO!
Comments: [0]
© Brugbart Webdesign