divs and scrollbars:

Soldato
Joined
19 Oct 2002
Posts
3,480
i did ask this a while ago and got a swift answer, however the code i wrote has gone walkies and the old thread seems to have been deleted from here which is a shame...

anyway, what is required to have a section of the page of strict width and height with a scrollbar appearing at the right if the content is longer than the div? (also i would like full control over what colour the scroll is etc)

sorry to be repeating myself but the last time i asked was about 6 months ago so you can't blame me for forgetting :rolleyes:
 
Code:
<div style="width:100px;height=100px;overflow:scroll;">
<img src="http://www.google.co.uk/images/logo.gif" height="200" />
</div>
Please dont colour the scrollbars :(
 
roboffer said:
Code:
<div style="width:100px;height=100px;overflow:scroll;">
<img src="http://www.google.co.uk/images/logo.gif" height="200" />
</div>
Please dont colour the scrollbars :(
lol, i just wan't them to be a particular shade of grey ;)
 
Back
Top Bottom