My website at http://derek.genevievehoward.com/ will not display in Firefox, even though the HTML and CSS are valid. The body has display:none; in the CSS but my script should fade the body in with Javascript.
When I look at the developer tools in Firefox, it loads all the scripts, CSS, and HTML, but it seems that the fade in doesn’t happen. My guess is that the Javascript isn’t executing automatically when the page loads, but I have no idea why that would be.
I have tried commenting out my link to the CSS, then my links would load in the other content with jQuery.
You’re calling script.js twice, I’d suggest taking the first one out of the header. You should also put your jquery functions in a document ready function.
e.g.