当p没有内容时,背景图片不显示

当图片+内容这种格式时,采用该图片作为背景图,文字设置padding-left:16px

<p style=\"width: 480px;\" class=\"p-comment\">" + taskContent + "</p>

.p-comment{
background: url("/oasisdashboard-portlet/view/img/comment.png") no-repeat;
padding-left: 19px;
display:block;
word-wrap: break-word;

min-height:16px;
}

但是当p里面没有内容时,背景图片会不显示,所以要设置最小高度min-height:16px

posted @ 2012-06-01 14:06  vivianlai  阅读(201)  评论(0编辑  收藏  举报