im using dojo 1.8 to create a website and it works fine using IE8. however, when i turn to firefox(version 20.0) and it cannot display the page properly. i feel like the parser didnt load when using ff, but i already set the parseOnLoad to true, and async to true as well. under that circumstance, the parser is supposed to load. anyone can help me out here? thanks!
type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js" data-dojo-config="parseOnLoad: true, async:true"