2.2
PrintShop Web Skinning Guide | 21
Browser exceptions
To solve browser specific rendering issues you can create style exceptions for a specific browser or
browser version. Below a snippet from the style-moz.php exception file (FireFox).
/*
** Mozilla specific style sheet entries
*/
* {
-moz-box-sizing: border-box;
}
.formLabel, .downloadLineLabel, .formStatic, .fieldComment, .formStaticUnits,
.formStaticPrice, .formLink, .formStaticFlex, .formSelect, .formField,
.formFieldNoWidth, .progressLabel, .progressBarWrapper, .progressBarItemDone,
.progressBarItemTodo, .warningLabel, .warningIcon, .warningItem{
display: table-cell;
}
The contents of skin folder showing the various style files
Search order
The search order is as follows:
1 browsername
2 browsername-version
3 browsername-os
4 browsername-os-version
Browser names
The browser names use the following abbreviations:
•
ie = Internet Explorer
•
moz = Mozilla
•
saf = Safari










