html - class*="span" not working -


i'm trying apply css style classes contain text "span", reason style isn't being applied elements! :s

here css:

[class*="span"] {         float: left;         min-height: 1px;         margin-left: 20px;     } 

here html:

<div class="point span4">                         <h2>quick , reliable</h2>                         <div class="hidden-phone">                             <img alt="quick , reliable" src="images/point0.gif" />                         </div>                     </div> 

any ideas i'm going wrong?

turns out can't use <!-- --> comments in css code, causing issue, guys!


Comments

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -