Hack in css
There’s something i’ve just got, as a newbie, that the syntax bellow
class { *property: value }
with the star at the beginning of the property is only run in IE. So, if you want to have some property of style to have different value in IE, you could use this syntax.
But, the syntax bellow is available for all browser, and it’s mean that any tag (I guess it’s only for tag) after the class or id or tag loremipsum will have the style defined by this block.
loremipsum * {
…
}