Отношения:
Код:
<!--HTML--><style type="text/css"> .kdmain { height: 235px; width: 250px; padding: 5px; background-color: #bd8d8b; font-family: tahoma; font-size: 10px } .kdmain img { margin-top: 10px; width: 50px; height: 50px; border: 3px #fff solid } .kdtop { color: #4d4d4d; height: 10px; font-size: 12px; background-color: #fff; padding: 10px } .kdmsg { border-radius: 40px 0px 40px 40px; width: 142px; margin-left: 5px; margin-top: 10px; height: 115px; overflow: auto; font-size: 8.5px; background-color: #fff; padding: 20px } .kdmsg::-webkit-scrollbar { background-color: #f5f5f5; width: 2px } .kdenter { text-align: left; margin: 10px; float: left; width: 160px; height: 10px; color: #8a8a8a; padding: 7px; background-color: #fff } .kdsend { margin: 8px; margin-top: 12px; float: right; width: 30px; padding: 5px; height: 10px;; border-radius: 20px; background-color: #c0c0c0; } .kdsend a { color: #f5f5f5 } </style><center> <div class="kdmain"><div class="kdtop"> имя </div> <div class="kdmsg" style="float: left"> текст </div><img src="http://placehold.it/100x100" style="float: right"> <div class="kdsend">send</div> </div></center>
Не забудьте добавить впереди: <!--HTML--> и поместить всё в [code]
Код:<style type="text/css"> .kdmain { height: 235px; width: 250px; padding: 5px; background-color: #bd8d8b; font-family: tahoma; font-size: 10px } .kdmain img { margin-top: 10px; width: 50px; height: 50px; border: 3px #fff solid } .kdtop { color: #4d4d4d; height: 10px; font-size: 12px; background-color: #fff; padding: 10px } .kdmsg { border-radius: 40px 0px 40px 40px; width: 142px; margin-left: 5px; margin-top: 10px; height: 115px; overflow: auto; font-size: 8.5px; background-color: #fff; padding: 20px } .kdmsg::-webkit-scrollbar { background-color: #f5f5f5; width: 2px } .kdenter { text-align: left; margin: 10px; float: left; width: 160px; height: 10px; color: #8a8a8a; padding: 7px; background-color: #fff } .kdsend { margin: 8px; margin-top: 12px; float: right; width: 30px; padding: 5px; height: 10px;; border-radius: 20px; background-color: #c0c0c0; } .kdsend a { color: #f5f5f5 } </style><center> <div class="kdmain"><div class="kdtop"> имя </div> <div class="kdmsg" style="float: left"> текст </div><img src="http://placehold.it/100x100" style="float: right"> <div class="kdsend">send</div> </div></center>