- This topic is empty.
-
AuthorPosts
-
May 29, 2013 at 8:10 pm #45190
isaacgregson
MemberGreetings. On a current project, there are some design elements that I’d normal simply make into an icon font, mostly because they reoccur throughout the design. For hover effects especially, this seems to be the best way to go. The only catch is that these images aren’t one solid color. Part of the elements are a bit transparent while other parts are solid.
[Here’s a link to the image.](http://isaacgregson.com/images/public/elements.jpg “”)
Here’s the question: would you all just make them into a PNG and use them as a normal image (creating a sprite and so on)? Or, is there a way to create icon fonts from more complex images (with varying transparencies on the image)?
And, if the image route is the only viable option, what the current (general consensus) “best practice” for changing the image color on hover (originally done with pure html, correct?)?
May 29, 2013 at 8:53 pm #136979isaacgregson
Member**Update**
[Here’s a perfect example](http://macrabbit.com/slicy/) of the type icons I’m wondering how to best create. Just look at the icons in their top navigation elements. They have gradients, and then on hover they go to a whole color version. What are some different approaches to achieve this effect?May 29, 2013 at 11:56 pm #136991isaacgregson
MemberThanks for the insight, Mottie. Yes, I too decided that the best option is to make an image sprite. I’ve just finished using Compass for it… incredibly easy! Almost **too** easy.
May 30, 2013 at 3:30 am #137006Koopa
Participanti would go for an svg
May 30, 2013 at 10:04 am #137057inkbeard
MemberHonestly, I think you’d be better off with a sprite and would set it up exactly how it is on MacRabbit (except put all of your images on one sprite). Have your hover with opacity of 0 and absolutely positioned over it and when hovering over just transition your opacity to 1. Easy Peasy. Another example is in the list nav on Pete Pona’s site as well.
Cheers.
May 30, 2013 at 10:04 am #137058inkbeard
Membersorry about that, I put in code mode but it doesn’t look like I can swith it around….awesome….
May 30, 2013 at 10:08 am #137060Paulie_D
MemberFixed code issue
May 30, 2013 at 10:11 pm #137115isaacgregson
MemberMany thanks, inkbeard… did the trick!
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.