Forum: JavaScript / DHTML / AJAX Sep 23rd, 2005 |
| Replies: 11 Views: 23,303 Re: AutoScrolling a DIV tag here's the answer. thanks to those that tried to help.
<html>
<head>
<title>w00t!</title>
<script type="text/javascript">
<!--
function addStuff()
{
var loc = document.getElementById('myDiv'); |
Forum: JavaScript / DHTML / AJAX Aug 25th, 2005 |
| Replies: 11 Views: 23,303 Re: AutoScrolling a DIV tag I founf that, but the next problem i ran into was finding out where i should scroll to. in other words, finding out where the bottom of the DIV is. |
Forum: PHP Aug 23rd, 2005 |
| Replies: 21 Views: 3,787 Re: Dummy asks: how can i? As for as books go I have been extremely satisfied with the stuff WROX produces. All three of my PHP books were published by them and my ASP book was as well. And my C++ book. I'm sure I've got more.... |
Forum: JavaScript / DHTML / AJAX Aug 22nd, 2005 |
| Replies: 11 Views: 23,303 AutoScrolling a DIV tag Sorry for the double post. but it wasn't even remotely in the right spot before.
I wrote this little code segment to illustrate the idea of what I want. I'd like to be able to automatically scroll... |
Forum: Site Layout and Usability Aug 22nd, 2005 |
| Replies: 1 Views: 32,745 |
Forum: PHP Aug 22nd, 2005 |
| Replies: 1 Views: 931 |
Forum: Site Layout and Usability Aug 22nd, 2005 |
| Replies: 1 Views: 32,745 Auto Scrolling DIV tags I wrote this little code segment to illustrate the idea of what I want. I'd like to be able to automatically scroll the DIV to the bottom when you add stuff to it.
<html>
<head>
<title>Auto... |