NameSilo

Div scroll

SpaceshipSpaceship
Watch

mistik

Established Member
Impact
0
can anyone explain to me or show me an exmaple on how to make a div scroll with CSS?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Code:
div#blah {
    height: 200px;
    overflow: auto;
}

...

<div id="blah">text<br />text<br />text<br />text<br />text</div>
 
0
•••
thanks jim
 
0
•••
umm this dosent support all browsers does it?
 
0
•••
All except Netscape 4 and Explorer Mac, I thinks
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
Appraise.net

We're social

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