CSS Fixed
by JS
Oh boy. After a couple of wasted hours of futzing I was finally able to fix the column width issue. All was not lost, as a basic understanding of CSS/HTML is a good thing to have in the toolkit these days. A few debugging tips:
- Use the Firebug Firefox extension.
- Look for the largest containing box with the issue.
- Modify IDs not Classes.
- Sometimes the obvious keyword is not the right keyword (e.g. max-width versus width).
- Change one thing at a time.
- Be sure to remember how to reverse any change.
- Ditch old IE workarounds on principle.
