Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/73.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用jquery mobile时未在页脚中显示图像_Jquery_Jquery Mobile_Mobile - Fatal编程技术网

使用jquery mobile时未在页脚中显示图像

使用jquery mobile时未在页脚中显示图像,jquery,jquery-mobile,mobile,Jquery,Jquery Mobile,Mobile,我正在使用jquerymobile 我有一个页脚分区 在该div中,我希望显示2个图像按钮 按钮显示,但图像不显示 这是我的分数: <div class="footer-wrapper"> <div data-role='footer' data-theme='a' data-position='fixed'> <div data-role='navbar' id='kms'> &

我正在使用jquerymobile

我有一个页脚分区

在该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>

这就是它看起来的样子:


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

图像是否在正确的路径中?你在网络控制台看到404了吗?嗨,谢谢回复。是的。我甚至使用了完整的url路径,但仍然没有运气