Sinisterly
URGENT - HTML Icon Help! - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: URGENT - HTML Icon Help! (/Thread-URGENT-HTML-Icon-Help)

Pages: 1 2 3


RE: URGENT - HTML Icon Help! - cr33pyguy - 06-07-2014

(06-07-2014, 09:32 AM)Aurora Wrote: Actually, I think it's<span>. I'm not sure.

This elements is what you're referring to?

Code:
<span class="fa fa-users"></span>

because that's display as such on my browser:
[Image: Capture_zps7fabd242.png]

the picture you showed me earlier seems okay on chrome as well:
[Image: Capture_zpsec22bbc4.png]

viewed from my local files.


RE: URGENT - HTML Icon Help! - Eclipse - 06-08-2014

(06-07-2014, 10:40 PM)cr33pyguy Wrote: This elements is what you're referring to?

Code:
<span class="fa fa-users"></span>

because that's display as such on my browser:
[Image: Capture_zps7fabd242.png]

the picture you showed me earlier seems okay on chrome as well:
[Image: Capture_zpsec22bbc4.png]

viewed from my local files.

Yeah, views okay on Chrome, but not with Firefox. (Viewing Locally)


RE: URGENT - HTML Icon Help! - cr33pyguy - 06-10-2014

(06-08-2014, 07:35 AM)Aurora Wrote: Yeah, views okay on Chrome, but not with Firefox. (Viewing Locally)

does the online one view okay in firefox?
otherwise, I'd look into -moz- tags.


RE: URGENT - HTML Icon Help! - Eclipse - 06-10-2014

(06-10-2014, 09:58 AM)cr33pyguy Wrote: does the online one view okay in firefox?
otherwise, I'd look into -moz- tags.

Yeah, the demo looks fine.


RE: URGENT - HTML Icon Help! - cr33pyguy - 06-10-2014

(06-10-2014, 06:26 PM)Aurora Wrote: Yeah, the demo looks fine.

Hmm... now I can't think of anything except for incorrect linking...
have you checked that all the stylesheets have a complete URL with http:// and all?


RE: URGENT - HTML Icon Help! - Eclipse - 06-11-2014

(06-10-2014, 08:21 PM)cr33pyguy Wrote: Hmm... now I can't think of anything except for incorrect linking...
have you checked that all the stylesheets have a complete URL with http:// and all?

No, I haven't, but that shouldn't be the case should it? I mean, it's a paid template and it still does not work when I re-upload it. I'll check anyway, thanks.


RE: URGENT - HTML Icon Help! - Eclipse - 06-15-2014

@"Duubz" @cr33pyguy, I think it was font-awesome that wasn't working in Firefox. It works in Chrome. I have no idea why.


RE: URGENT - HTML Icon Help! - cr33pyguy - 06-15-2014

(06-15-2014, 08:13 PM)Aurora Wrote: @"Duubz" @cr33pyguy, I think it was font-awesome that wasn't working in Firefox. It works in Chrome. I have no idea why.

I'll have to do research on this - my website-project uses a custom font.
Did you look it up? is it that firefox doesn't support the @font-face, or just some bug?


RE: URGENT - HTML Icon Help! - Eclipse - 06-15-2014

(06-15-2014, 09:30 PM)cr33pyguy Wrote: I'll have to do research on this - my website-project uses a custom font.
Did you look it up? is it that firefox doesn't support the @font-face, or just some bug?

I think that the links have to be absolute instead of relative.


RE: URGENT - HTML Icon Help! - cr33pyguy - 06-15-2014

(06-15-2014, 09:32 PM)Aurora Wrote: I think that the links have to be absolute instead of relative.

okay :3 thanks brother.