Saturday 16 April 2016

Scrollbar Using HTML

<html>
<head>
<title>
Girfa : Scrollbar Demo
</title>
</head>
<body>
<div style="width:200px;height:550px;overflow:auto;padding:5px;">
<img src="img.jpg"><br><img src="img.jpg"><br><img src="img.jpg"><br><img src="img.jpg"><br>
</div>
</body>
</html>

Next Topic

No comments:

Post a Comment