On Dec 30, 9:56 pm, donb <falconwatc...@comcast.net> wrote: > Are your CSS directives declared in the header, or did you put them > within the body of the page (where they may be applied later than you > wish, or may not be at all). Are they in a CSS file that isn't being > loaded? (Use Firefox and Firebug to see is the CSS file is showing a > 404 Not found error).
My CSS directives are in an external file. It seems as if the CSS directive are being applied after the $(document).ready code executes, but I'm not certain.