+ -
当前位置:首页 → 问答吧 → 求dl dt dd图文混排无法对齐

求dl dt dd图文混排无法对齐

时间:2011-08-19

来源:互联网

左边是图片DD,右边上面是DT,右边下面是DD,可是右边下面DD始终不能到正确位置,总是独占一行,位于最下面.求兄长们不吝指教.
<dl class="hot2b_dl">
   <dt class="hot2b_dl_dt">萧蔷出席代言活动</dt>
   <dd class="hot2b_dl_dd_pic"><img src="images/dimg/1.jpg" /></dd>
   <dd class="hot2b_dl_dd">  近日,台湾女星萧蔷为某代言活动走秀,  ...【查看详情】</dd>
   </dl>

.hot2b_dl {
       height: 100px;
       margin: 0px auto;
       background: #FF9933;
       border-bottom: 1px dashed #F9DA99;
}


.hot2b_dl_dt {
       float: right;
       font-weight: bold;
       font-size: 13px;
       width: 160px;
       background: #33FFFF;
       height: 30px;
       padding-top: 8px;
       padding-right: 15px;
       padding-left: 15px;
       
}
.hot2b_dl_dd {
       float: right;
       width: 160px;
       text-indent: 2em;
       height: 20px;
       background: #CC9933;
       
}
.hot2b_dl_dd_pic {
       height: 79px;
       width: 79px;
       border: thin solid #66CC66;
       margin: 10px 5px;
       
}

作者: jingguiceng   发布时间: 2011-08-19

.hot2b_dl_dd_pic设置左浮动

作者: 20080216   发布时间: 2011-08-19

太谢谢了,我疏忽这个问题了,太谢谢了

作者: jingguiceng   发布时间: 2011-08-19

这class名字...有点长了

作者: baihe107   发布时间: 2011-08-19