Skin Conditions

If you want a certain chunk of CSS loaded only in particular situations, you can create a skin with a specific set of conditions. We'll load that skin only when needed. The conditions we have available are:

Interaction With Parents

If you also use skin parents, you can give conditions to particular parents, and then make a skin that acts differently for different browsers. For instance, if you have one parent skin that holds most of your CSS, one that is IE-only, one for media "handheld" and one that uses the media "print", then your final skin will load each parent as appropriate based on the final user's browser!