Posts by Ronaldo Skibinski • 11 points
1 post
-
1
votes3
answers338
viewsA: Center
Creates a div, puts the chat inside. In the CSS you do: #div margin: 0 auto; } In the Javascript you do: function centraliza(){ var div = document.getElemenById('div'); div.style.marginTop =…