topical media & game development
basic-web-html-07-ch07-eg29.css / css
/* Style sheet for overflow property example */
body {
color:#000000;
background-color:#ffffff;
font-family:arial, verdana, sans-serif;
font-size:12px;}
div {max-height:75px;
max-width:250px;
padding:5px;
margin:10px;
border:1px solid #000000;}
div.one {overflow:hidden;}
div.two {overflow:scroll;}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.