I have a website using CSS to get a common style for all the pages. Now on one page I have javascript elements and document.write statements. The statements work but I notice that none of my CSS "stuff" like the background image or whatever loads on this page. It's like using javascript has invalidated my use of CSS. I have searched the web to find what I am doing wrong but can't find anything. So far the only thing I have is a reference to my CSS file in the"link" tag within the head section, just as in all my pages. Then for this page in the head section I also have a script section where I define my javascript functions. Then the body is blank except for something like
where loadXMLDoc is the name of my first function. Any thoughts or help
2006-10-18
16:17:24
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design