On Dec 31, 2008, at 12:28 PM, Matt Wilson wrote:
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.
Hi Matt,
To ensure that those directives are available to your script,
reference your stylesheets in the <head> before the script.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com