![]() |
How to creat a scrollbar??
i m about designing my personal page and i'd like to know if there's anyway i can create a scrollbar between a <div> tag using CSS??
is there anyway i can use only arrows?? (transparent scroll only arrows that shows) thank you |
Re: How to creat a scrollbar??
not sure about transparent scrollbar but you can make it the same color as the background or create a flash one.
|
Re: How to creat a scrollbar??
If you specify the div height and if your content in the div is of more height than the specified height there will be a scrollbar automatically.
|
Re: How to creat a scrollbar??
Quote:
|
Re: How to creat a scrollbar??
Quote:
|
Re: How to creat a scrollbar??
Quote:
|
Re: How to creat a scrollbar??
You can use CSS to create a scrollable box. Consider this source code:
<div style="width: 190px; height: 190px; overflow: auto; padding: 5px"> content in here </div> |
| All times are GMT +5.5. The time now is 08:42. |