When using 3 buttons in my extjs script, I noticed a strange issue where the buttons were not visible on the page. Upon inspecting the elements using firebug, here is what I found:
<button id="button-1051-btnEl" class="x-btn-center" autocomplete="off" role="button" hidefocus="true" type="button">
<span id="button-1051-btnInnerEl" class="x-btn-inner" style=""> </span>
<span id="button-1051-btnIconEl" class="x-btn-icon" style="background-image: url("../resources/themes/images/default/grid/page-prev.gif");"> </span>
</button>
Despite the correct gif file being present on the server, could this be related to an overflow issue?
Your assistance with resolving this would be greatly appreciated!