@ronpat
The URL (without font awesome) is ttri dot biz/fz_test/09/
@Ray.H
Correct, I tried searching for the svg, but couldnât find it (must be tired!); anyhow since I have put the icon on the button (not hovered), I can just let the text slide, no big deal, and for sure not worth the time, specially you guysâ time.
Well, you do have access to one more pseudo, the :after
You could certainly make use of it to keep from adding more elements to the html.
I glanced through the font awesome guide and I see how they use an <i> tag in the html and then they hook to it with a pseudo.
No need to clutter up the html when you still got an :after to work with. Then you CAN set your font-family: FontAwesome; on it and then use the encoded numbers in your content.
Just tested this with the âHome Iconâ \f015 and it works fine (doesnât slide in but it could)âŚ
The link passes HTML validation but fails css validation:
Thank you for pointing it out, I am afraid I canât do much, since it seems itâs bootstrap; Iâll try moving from bootstrap ⌠will take some time, and work, not being an expert.