将图像放在div旁边(聊天气泡)

时间:2013-12-05 03:56:58

标签: html css html5 image css3

我在"聊天气泡旁边有一个用户的图像"但泡沫后正在显示图像。

如何在聊天气泡之前定位图像并坚持使用div?

我的代码在这里:http://www.codepen.io/anon/pen/fFxtl

谢谢。

1 个答案:

答案 0 :(得分:1)

这就是你想要实现的目标

http://www.codepen.io/anon/pen/afyuj

.bubble2{
 float:left 

}

.bubble
{
text-align:left;
color:black;
float:left;
position: relative;
background: gray;
border-left: 2px solid #e67e22;
margin-bottom:3%;
margin-left:0;
padding:5px;
}

.bubble h4 {text-align:left;font-size:14px;font-weight:bold;font-variant:small-caps;clear:both;margin-bottom:3px;padding:0;margin-top:-5px;color:#2ecc71;}
.bubble span {font-size:17px;line-height:1px;font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;}