Unstoppable Domains โ€” Get your daily AI drops report

Creating Scrollbars?

NamecheapNamecheap
Watch
Impact
0
How do I create scrollbars in the cell of a table in Dreamweaver (HTML)?

(If necessary, the more general question would be how do I create scrollbars?)

Is there any way to change the look of scrollbars? So for example, if I design a site that's primarily red, can I change the look to match the red color scheme?

Finally, if I want to make "custom" scrollbars like the ones on this site... (sorry, this was the only reference that I could think of for what I'm talking about)

www.greenday.com

...would I have to use flash?

Thanks for your help!!!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Nopes u dont have to use flash
u can make coloured scrollbars
i dont know abt the cell....but u can do 1 thing
in the cell...use iframe to another page
and in tht other page u can use the customized scrollbars
here is the code
<style type="text/css">
<!--
body
{
scrollbar-arrow-color: red;
scrollbar-track-color: red;
scrollbar-face-color: white;
scrollbar-highlight-color: yellow;
scrollbar-3dlight-color: red;
scrollbar-darkshadow-color: yellow;
scrollbar-shadow-color: red;
}
-->
</style>
u can modifiy it if u wish 2
 
0
•••
i have a scroll bar gan. for my site :D you can view it >>HERE<< on the left click scrollbar gen.
 
0
•••
You don't need any frames at all to get scroll bars inside your page.

All you need to do is put this code in your table cell:

Code:
<div style="overflow:auto; height:300px; width:100%;">
<p>Content goes here..</p>
</div>
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back