RE: URGENT - HTML Icon Help! 06-06-2014, 09:50 PM
#5
(06-06-2014, 09:41 PM)Duubz Wrote: If you're trying to use an image through CSS
(i.e.
), you will need to set a height and width for it to be displayed. Try going for the image's actual size.Code:.image {background:url(http://someurl.url/url.png);}
So if I have an image that is 450x800 px, I would need to put this:
Code:.image { background:url(http://someurl.url/url.png); height: 450px; width: 800px; }
I think you misunderstand. What the problem is that <i class="fa fa-something"></i> Does not show up in firefox. Let me give you an example.
Code:
<article class="item col-md-4 col-sm-4 col-xs-12 animated hiding" data-animation="fadeInDown" data-delay="500">
<div class="box-wrapper">
<div class="circle-wrap"><span class="fa fa-random"></span></div>
</div>
<h5>Analystic</h5>
<p>Ipsum to popular a belief, Lorem Ipsumsim ply It has roots in a piece of class.</p>
</article>Original site:
![[Image: 4c94851f11d3c25f7e651bc36fed4365.png]](http://i.gyazo.com/4c94851f11d3c25f7e651bc36fed4365.png)
Template downloaded and/or re-uploaded and viewed in Firefox:














![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)