Comment on What to do when Ajax is faster than CSSComments−shutter18yThe CSS should go in the head, and the Javascript can be placed at the very end of the page right before the closing body tag.Failing that, you can put the JS right below the CSS in the head tag.
Comments
The CSS should go in the head, and the Javascript can be placed at the very end of the page right before the closing body tag.
Failing that, you can put the JS right below the CSS in the head tag.