首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

CSS基础有关问题

2012-03-27 
CSS基础问题#store.entryimg{width:75pxfloat:left}#store.entryimg的具体含义是什么?[解决办法]#store

CSS基础问题
#store   .entry   img   {
    width:   75px;
    float:   left;
}

#store   .entry   img   的具体含义是什么?

[解决办法]
#store .entry img

<div id= "store ">
<p class= "entry ">
<img src= "http://www.csdn.net/ui/styles/public_header_footer/logo_csdn.gif " />
</p>
</div>

热点排行