我已经为我的博客帖子元信息设置了这个CSS。但在某些类别中,我希望在同一地点使用另一幅图像,而不显示元信息。我不太清楚怎么做。
.entry-meta {
background: url("images/dish_blogtitle.png") no-repeat scroll center center transparent;
color: #666666;
float: left;
font-size: 13px;
font-style: italic;
height: 100px;
line-height: 18px;
margin-left: -125px;
margin-top: 5px;
position: relative;
text-align: center;
top: -80px;
width: 100px;
}