Quote:
Originally Posted by theducks
Check the CSS for Errors (ADE will barf on the tiniest malformed rule that others deal with)
Right-click on the CSS in the Book browser: Validate with W3C (the red ones)
|
I did find it earlier, but the CSS was indeed the problem. A missing closing bracket. (I had added a new style by copying and pasting and missed the closing bracket.) I was too busy checking all the other code, trying to find the problem, that I missed the typo in the CSS.
Thanks for the tip to validate with W3C. Will try that next time I run into a problem.