This site hosted by Free.ProHosting.com
Google

 

 

The overflow property in css determines what to do with text that execeeds the element that it is in. In this case it is set to scroll the text.

You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.