ModalPopupExtender、GridView 和 IE6 - 消失的标题图像

发布于 2024-08-15 05:06:20 字数 360 浏览 3 评论 0原文

我在面板内有一个 GridView,由 ModalPopupExtender 显示。我正在 IE6(企业标准)中对此进行测试。 gridview 应用了一个 CSS 类。类中适用于标头的部分是:

.myGrid .head
{
    background-image:url('../Images/GridHeader.gif');
    background-repeat:repeat;
    color:White;
    font-weight:bold;
}

问题是当 ModalPopupExtender 触发时,背景图像不会显示。文本为白色且粗体,但背景图像不存在。

关于如何显示背景图像的任何想法。

I've got a GridView inside a Panel being shown by a ModalPopupExtender. I am testing this in IE6 (corporate standard). The gridview has a CSS class applied to it. The portion of the class that applies to the header is:

.myGrid .head
{
    background-image:url('../Images/GridHeader.gif');
    background-repeat:repeat;
    color:White;
    font-weight:bold;
}

The problem is that when the ModalPopupExtender fires, the image for the background does not show. The text is white and bold, but the background image is not there.

Any ideas on how to get the background image to show.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最好是你 2024-08-22 05:06:20

您使用的是哪个版本的工具包。他们的 9 月份更新修复了许多 IE 6 相关的模式弹出窗口问题。

Which version of the toolkit are you using. Their September update fixed a lot of IE 6 related issues to modal pop-ups.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文