Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

are scrollable divs possible? 1

Status
Not open for further replies.

sumilsay

Technical User
Feb 12, 2003
69
0
0
CA
or am i asking for too much? :S

i was wondering if it is possible to make a scrollable div to show the main content of each section in my page. a div roughly 400x190 (w x h).

thanks for your time.
a.
 
You bet, an example;
Code:
<div style="width: 200px; height: 200px; overflow: scroll;">sdofhsdofifosdyhodsifhdoifhsdofhdfodhfosdafhdsofhdsaofhsdaofhdsfoied</div>

Glen
 
Do note you are going to run into many browser compatibility issues trying to do this. Getting this sort of thing to work across the board on all major browsers on standard OS's will be a task in itself.

NATE


mainframe.gif


Got a question? Search G O O G L E first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top