#chat_container { overflow-y: scroll; overflow-x: hidden; position: absolute; } #chat_container #chat { font-size: 13px; line-height: 18px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; } #chat_container #chat p span.you { color: #ee33bb; } #chat_container #chat p span.msg { display: block; margin-left: 80px; word-wrap: break-word; } #chat_container #chat img { max-width: 200px; max-height: 200px; } #form { z-index: 3; position: absolute; } #form input { outline: 0; border: 1px solid #cccccc; padding: 2px; width: 100%; font-size: 13px; } #form #open-emoticons { position: absolute; right: -2px; bottom: 18px; width: 15px; height: 15px; cursor: pointer; } #form #emoticons { display: none; display: center; z-index: 100; position: absolute; right: -5px; bottom: 39px; width: 110px; padding: 2px 0px 2px 5px; border: 1px solid #dddddd; background: white; } #form #emoticons img { margin: 2px; border: 1px solid transparent; cursor: pointer; } #form #emoticons img:hover { border: 1px solid black; }