dojo - dijit.layout.ContentPane Image blinks at page load and disappears -


i using following code show picture. image blinks @ page load , disappears. below php code.

echo "                         <div data-dojo-type=\"dijit.layout.contentpane\" class=\"dojopane\" data-dojo-props=\"region: 'top'\" style=\"height: 25px; background-color: #eeeeee;\"></div>                          <div data-dojo-type=\"dijit.layout.contentpane\" class=\"dojopane\" data-dojo-props=\"region: 'center'\" style=\"overflow: hidden; padding: 0px;\">                             <img src=\"$profilephotofile\" style=\"width: 100%;\">                         </div>                          <div data-dojo-type=\"dijit.layout.contentpane\" class=\"dojopane\" data-dojo-props=\"region: 'bottom'\" style=\"height: 25px; background-color: #eeeeee;\"></div>                     "; 

i found problem, problem css applied div containing above mentioned div. css not getting loaded, hence not displaying dijit.layout.contentpane


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -