|
TestModule
Notes on the Test Module.
Test ModuleLocation/stylesheets/modules/test.css SummaryThe links module sets some basic presentation for tables. HTML Design PatternNone DescriptionThis file is used to test different styles out during development before committing them to an actual file. It should be deleted when the site is completed and in production. Why It's BulletproofNo reason, really! How it worksThe test.css stylesheet comes last in the core.css file. This means that any styles applied here will override previous styles due to the cascade. IE FixesNone IssuesIt is sometimes not enough to simply put a declaration later in the stylesheet for it to override a previous style, as some declarations may be more specific, so be careful of those. I often find it easier to use something like firebug(http://www.getfirebug.com/) to make small changes, but still use the test.css file occasionally for cross browser testing. Further ReadingNone Other Modules
|