My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Search
for
Updated Feb 04 (5 days ago) by daz4126
TestModule  
Notes on the Test Module.

Test Module

Location

/stylesheets/modules/test.css

Summary

The links module sets some basic presentation for tables.

HTML Design Pattern

None

Description

This 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 Bulletproof

No reason, really!

How it works

The 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 Fixes

None

Issues

It 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 Reading

None

Other Modules


Sign in to add a comment
Hosted by Google Code