I think the main issue is that the blue gradient that exists on all pages of the main site isn't on the forum (yet). That would fix it.

[edited below]
Aha!! I've got it now. The problem is a CSS stylesheet conflict. The forums have their own stylesheet, defined in the first line of the page source, as below:

<link rel="stylesheet" href="/boards/stylesheets/infopop.css" type="text/css">

The entire Axiom website also has a global CSS stylesheet, defined toward the end of the page source, as below:

<link href="../global/css/axiomaudio.css" rel="stylesheet" type="text/css">

So when a browser starts to load a page, it uses the definitions found in the first stylesheet. Then when it encounters the second stylesheet, re-draws the page according to THOSE definitions.

I'll give Amie my diagnosis.

Last edited by pmbuko; 04/06/05 10:02 PM.