Customise Scrolling Layers

windows

Guest
I want a layer on my page with some images in it, that the user can scroll up and down. Can anyone tell me how I can customise the layer to do the following:<br />
<br />
* Change the size / colour / shape of the scrollbar?<br />
<br />
* Make it so that the scrollbar only appears on ONE side. At the moment, even if I make the layer wide enough, it still puts a scrollbar at the bottom even though the layer is wider than the images in it, so the scrollbar does nothing anyway. How do I make it only appear on the side, where it's needed?<br />
<br />
Thanks for any answers you can give me on this.<!--content-->set the width and height of the image..(ofcourse lesser then the real size of the image...and then add the following line in the img element.<br />
<br />
style="overflow:auto;"<br />
<br />
I have not tried this,,don't see a reason why it won't work..:p<!--content-->just a question why would you use an ilayer or something instead of an iframe? I just find them a lot harder to use. Is this for some kind of menu?<!--content-->
 
Back
Top