Hi guys,

I have a quick problem I stumbled upon.

Here is the background on the situation.  I'm creating a website that
uses templates for the header, body, and footer.  In a sense it is a
modular website with all .php extensions being called in the body
document using <?php include("header.php"); ?> for the header and <?
php include("footer.php"); ?> being called for the footer.

Here is the problem.

When any browser renders the page, the page loads the php first and
then it pauses and gets hung up loading the jQuery and CSS for around
10-15 seconds.  Glitchy is the best description.  I tried the document
ready tag on the jQuery code being called and it does not do a thing
to improve the problem.  When the document is first loaded, all the
hidden elements from a jQuery cycle plug are visible, the nav images
are missing, and depending upon which browser is viewing the page the
specific css style is missing for 10-15 seconds.

I converted the page back into a .html extension file and it works
perfectly like it should with the document ready tag.

Does anyone have any ideas or help?  If possible I'd like to stick
with the .php templates.

Thank you!!!

-c

Reply via email to