Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1566 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Force Scrollbar to bottom

Thread title: Force Scrollbar to bottom
Closed Thread    
    Thread tools Search this thread Display Modes  
11-01-2008, 04:55 PM
#1
paulOr is offline paulOr
paulOr's Avatar
Status: Member
Join date: Oct 2007
Location: Scotland
Expertise:
Software:
 
Posts: 140
iTrader: 2 / 100%
 

paulOr is on a distinguished road

  Old  Force Scrollbar to bottom

Code:
#chat {
	width: 800px;
	height: 400px;
	margin: auto auto auto auto;
	overflow: scroll;
	border: 5px solid #333;
	padding: 10px 10px 30px 10px;
}
when the content gets bigger than the div, a scrollbar becomes visable. I need a way to force the scrollbar to the bottom, so that you (by default) see the bottom of the div first, then have to scroll up, is there such a way to do this?

11-01-2008, 05:14 PM
#2
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

You could use JavaScript to set the scrollTop property. Off the top of my head:

Code:
var elem = document.getElementById("chat");
elem.scrollTop = elem.scrollHeight;

11-01-2008, 05:18 PM
#3
paulOr is offline paulOr
paulOr's Avatar
Status: Member
Join date: Oct 2007
Location: Scotland
Expertise:
Software:
 
Posts: 140
iTrader: 2 / 100%
 

paulOr is on a distinguished road

  Old

doesnt work + i found that via google already

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed