Pages
▼
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>
No comments:
Post a Comment