I want to make a scrollbar on my page to use. This is b/c I don't want to show all of an image at once. Is it possible w/ DHTML to make this image scrollable?
yeah try this, replace big.jpg with your own picture and width: 250px; height: 250px; with your own width and height. E.G.
<html>
<head>
<title></title>
</head>
<body>
<div style="overflow: scroll;width: 250px; height: 250px;">
<img border="2" src="big.jpg">
</div></p>
</body>
</html>
I haven't found a way to do it in Netscape yet, But perhaps someone else knows how. I have found that anything to do with scrollbars, Netscape hasn't developed on yet. The only scrollbars I can get up in netscape is to scroll the page or to scroll a frame.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.