make sure chat sticks to the bottom of the chat window to prevent moving when loading

This commit is contained in:
Stefan Breunig
2013-02-04 14:02:52 +01:00
parent bdde0f8af2
commit 1f2c5514d4
3 changed files with 14 additions and 5 deletions

View File

@ -50,8 +50,8 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ ' <a>expand</a><a>automated</a><a>public</a><a class="active">faction</a>'
+ '</div>'
+ '<div id="chat" style="display:none">'
+ ' <div id="chatfaction"></div>'
+ ' <div id="chatpublic"></div>'
+ ' <div id="chatfaction"><div></div></div>'
+ ' <div id="chatpublic"><div></div></div>'
+ ' <div id="chatautomated"></div>'
+ '</div>'
+ '<form id="chatinput" style="display:none"><time></time><span>tell faction:</span><input type="text"/></form>'