CSS 背景未覆盖透明 PNG 文件

发布于 2024-11-19 22:49:11 字数 108 浏览 3 评论 0原文

我这里有一个使用 Coda Slider 的测试网站。

问题是 3 张 PNG 图像(滑动图像下方)的灰色背景仅覆盖图像的底部部分,而我希望整个图像都被背景覆盖。

帮助?

I have this testing website that uses Coda Slider over here.

The problem is that the grey background on the 3 PNG images (below the sliding images) only covers the bottom part of the images whereas I wanted the whole image covered with the background.

Help?

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

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

发布评论

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

评论(1

勿挽旧人 2024-11-26 22:49:11

我看到了问题所在。解决方案如下:

ul.navigation li a { display:inline-block; }

将其添加到您的 css 中。

I see the problem. Here's the solution:

ul.navigation li a { display:inline-block; }

Add that to your css.

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