Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is Dom loaded before CSS in our webpage ?

share|improve this question

2 Answers

Yes. Since the browser uses the DOM to locate elements to be styled, it needs to load the DOM first to do that. This is NOT true of javascript, though (as an aside).

share|improve this answer

Already answered here :

share|improve this answer
1  
Did you read either question? It may be possible to infer the answer to this question from what's posted there, but it's not explicitly answered. – Anthony Grist Feb 25 '11 at 16:52
Rob clearly answers the question, the link bomslang provided does not explicit answers it. – Vincent Jan 15 at 13:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.