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
|
Team Leader
|
![]() |
| 20Sep2007,05:15 | #2 |
|
not sure about transparent scrollbar but you can make it the same color as the background or create a flash one.
|
|
Go4Expert Founder
|
![]() |
| 20Sep2007,09:32 | #3 |
|
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.
|
|
Go4Expert Member
|
|
| 21Sep2007,20:32 | #4 |
|
Quote:
Originally Posted by jwshepherd |
|
Go4Expert Member
|
|
| 21Sep2007,20:33 | #5 |
|
Quote:
Originally Posted by shabbir |
|
Go4Expert Founder
|
![]() |
| 21Sep2007,20:51 | #6 |
|
Quote:
Originally Posted by Talks_44 |
|
Banned
|
|
| 12Jul2008,16:06 | #7 |
|
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> |


