-
Book Overview & Buying
-
Table Of Contents
MediaWiki Skins Design
By :
Our new skin for the JazzMeet wiki appears to function correctly in the following browsers: Internet Explorer 7, Firefox 2, and Opera 9. In this appendix, we will look at the following:
The modes of interpretation that browsers apply to CSS: Standards mode and Quirks mode
Conditional comments for Internet Explorer
Quick fixes to common quirks in Internet Explorer
Fixes for bugs in other browsers, such as Opera and Firefox
Internet Explorer and other Internet browsers have two modes when it comes to interpreting your CSS: Standards mode and Quirks mode.
Quirks mode helps browsers to display websites written in older HTML as they would have been displayed when they were written. If they were displayed within Standards mode, these (probably table-based) designs would break.
Standards mode is used to interpret websites that provide a doctype (even if the document itself does not actually validate to the provided doctype).
Change the font size
Change margin width
Change background colour