- In this slide we are see a overflow property in CSS.
#test{border:1px solid;
width:400px;
height:70px;
overflow:auto/scroll;
}
Example:-
<!Doctype html>
<html>
<head>
<title>CastorClasses.com</title>
<style type=”text/css>
#test{border:1px solid;
width:400px;
height:70px;
overflow:auto/scroll;
}
</style>
</head>
<body>
<div id=”test”>
Hello Friends!!!!
</div>
</body>
</html>
0 Comments:
Post a Comment