图片没有显示在页脚与jquery移动

时间:2014-01-10 12:23:06

标签: jquery jquery-mobile mobile

我正在使用Jquery mobile。

我有一个页脚div。

在那个div中,我想要显示2个图像按钮。

按钮出现但图像没有。

这是我的加价:

    <div class="footer-wrapper">
        <div data-role='footer' data-theme='a' data-position='fixed'>
            <div data-role='navbar' id='kms'>
                <table style="width: 100%">
                    <tr>
                        <td style="text-align: center">
                            <asp:ImageButton ID="btnEnterPIN" runat="server" Height="42px" Width="42px" ImageUrl="~/Images/Cute-Ball-Go-icon.png"
                                OnClientClick="return false;" ClientIDMode="Static" />
                        </td>
                        <td style="text-align: center">
                            <asp:ImageButton ID="btnEscape2" runat="server" Height="42px" Width="42px" ImageUrl="~/Images/back_2.png"
                                OnClientClick="return false;" ClientIDMode="Static" />
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    </div>

这就是它的样子:

enter image description here

1 个答案:

答案 0 :(得分:0)

通过使用html img而不是asp img,它可以正常工作