Posts by Rick Benetti • 184 points
2 posts
-
1
votes3
answers1314
viewsA: How to get around bad rendering of a font in Internet Explorer?
To solve problems like yours I have one GIST (on Font-Face) on github that applies a set of rules on body and 2 types of source import and today I only use the newest. Content of the GIST: /** *…
-
7
votes2
answers401
viewsQ: In Magento how to add class in list depending on the attributes to be displayed?
I have a foreach that brings me all the children of an X attribute, and I need to add a specific class to the list <ul> to be able to format by CSS according to the Y attribute. However, I am…