Skip to content

Instantly share code, notes, and snippets.

@seanbehan
Created June 13, 2016 15:37
Show Gist options
  • Save seanbehan/43b38d655393f30aa4f35c91884861b0 to your computer and use it in GitHub Desktop.
Save seanbehan/43b38d655393f30aa4f35c91884861b0 to your computer and use it in GitHub Desktop.
sample html, css and javascript for base chat app

HTML for basic chat app

<div id="chat">
  <div class="msg">
    lorem...
    </div>
  <div class="msg">
    lorem...
  </div>
</div>
<form action="" method="post"><input type="text"><button>Reply</button></form>

CSS to set the height of chat window

html,body { height:100% }
#chat { height: 75%; overflow:scroll; }

Javascript to position the scrollbar at bottom

chat = document.getElementById('chat')
chat.scrollTop = chat.offsetHeight
@aafrt
Copy link

aafrt commented Apr 18, 2023

lk;h,jn

@aafrt
Copy link

aafrt commented Apr 18, 2023

:;,nc,vbnl

@aafrt
Copy link

aafrt commented Apr 18, 2023

  • [ ]

@aafrt
Copy link

aafrt commented Apr 18, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment