CSS基础有关问题

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>