[help] Scrollbar In Imageready Slices

Is it possible to have a scrollbar in a imageready slice ? And if yes how to do it ?

A last thing I use Dreamweaver MX .

Thanks

#191112

You want a scrollable area within a page?

If yes:

Create a

where you want the scrollable area with the sizes you want.

Set the div's css properties to "overflow: scroll;" without the quotes.

Put all the content you want within the div. It'll scroll when there is too much to fit.

#191246

Originally posted by Ludge@Jul 18 2004, 05:57 PM

You want a scrollable area within a page?

If yes:

Create a

where you want the scrollable area with the sizes you want.

Set the div's css properties to "overflow: scroll;" without the quotes.

Put all the content you want within the div. It'll scroll when there is too much to fit.

<{POST_SNAPBACK}>

Thanks it's exactelly what I want :woot:

#191295