Support CSS Cursor Style with Web Browser
August 15 2009 Categorized Under: Articles, Css, HTML No Commented
make your freedom with versus-devil
August 15 2009 Categorized Under: Articles, Css, HTML No Commented
July 27 2009 Categorized Under: Css, HTML, Programming one Commented
Scrollable areas on webpages has become increasingly popular after being used by some leading design communities on the internet. Scroll areas can be done with a textarea or iframe tags, but a more frequent way of doing it is through using the abilities that already lies within HTML and CSS for any page element. A normal block element like a <div> can be set to a certain height and width. What happens when the content of the DIV exceeds the size given to it?
Enter the CSS property overflow.