DANG the stylesheets for phpbb templates are a nightmare.
I am trying to simplify the CSS definitions in my forum so I can get a grip on them.
Here's the page I'm talking about:
http://flashmog.net/community/faq.php
Under the header 'Frequently Asked Questions' there is a DIV with id=faqlinks. If I use firebug to inspect this element, firebug reports that its inherited color is #EFEFFF (which is what it should be). However, the background is obviously white.
Interestingly, the div with id faqlinks is also reported as having a height of zero despite being full of visible content. Also interestingly, it has a nested div which also reports a height of zero with class="inner".
Any ideas about what is going on here would be appreciated.