Solved! Go to Solution.
No need to set z-index for button here. What makes you want to set z-index? In addition, just learnt today that z-index only works for positioned elements. Please refer to http://coding.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/.
<button id="locate" data-dojo-type="dijit/form/Button">Locate</button>
I can display the button without any problem. See http://jsfiddle.net/4Dm7y/.
No need to set z-index for button here. What makes you want to set z-index? In addition, just learnt today that z-index only works for positioned elements. Please refer to http://coding.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/.
<button id="locate" data-dojo-type="dijit/form/Button">Locate</button>
I can display the button without any problem. See http://jsfiddle.net/4Dm7y/.