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
Post a Comment