Web 菜单在 Chrome 中不起作用

发布于 2024-11-25 05:43:40 字数 174 浏览 1 评论 0原文

我的网站位于 http://www.eluonpidu.com

菜单图像第一次没有出现在 chrome 中您访问该页面。 IE 和 Firefox 按预期工作。如果我刷新页面,则会在 Chrome 中显示图像。

My site is at http://www.eluonpidu.com

The menu images aren't appearing in chrome the first time you visit the page. IE and Firefox work as expected. If I refresh the page, then the images appear for Chrome.

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

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

发布评论

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

评论(1

猫腻 2024-12-02 05:43:40

在下面的代码中,您需要添加 width="100%"

<td id="manuu">
    <table cellspacing="0" cellpadding="0" border="0" width="100%">

这应该可以解决您的问题。

On the the code below you need to add width="100%":

<td id="manuu">
    <table cellspacing="0" cellpadding="0" border="0" width="100%">

That should fix your issue.

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