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
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
You want a scrollable area within a page?
If yes:
Create a
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.
Originally posted by Ludge@Jul 18 2004, 05:57 PMYou 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: