1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#chat-wrapper { position: absolute; z-index: 1000000; right: 100px; bottom: 100px; height: 40px; width: 300px; } .divDragTitle { left: 50% !important; margin-left: -250px !important; } .divDragContent { z-index: 666; left: 50% !important; margin-left: -250px !important; }