Webkit浏览器显示问题

发布于 2024-11-15 14:27:11 字数 435 浏览 3 评论 0原文

我终于完成了我的网站,但你发现,基于 webkit 的浏览器存在一些不一致的地方。

我的网站悬停时某些链接图像存在问题...南方大学徽标附近艺术页面的底部,联系页面上的 hotmail、myspace 和 facebook 链接,只有“图画/绘画”中的图像在悬停时垂直滚动时会移动(但所有其他图像在悬停时不会移动,包括艺术页面上其他垂直滚动的图像)。

这可能是什么原因造成的?我在想某种 CSS 可以处理 webkit,但我不太确定。

提前致谢, Aaron Chauvin

编辑:抱歉,忘了提及我正在 Windows Vista Home prem 中进行测试。和 Windows 7 家庭版。使用最新版本的 Chrome 和 Safari

I finally finished my website and low and behold, there are some inconsistencies in webkit based browsers.

My site has issues with certain link images on hover... the Southern University logo near the bottom of the art page, the hotmail, myspace and facebook links on the contact page, and only the images in the "Drawings/Paintings" vertical scrollable move when hovered over (yet all other images don't move on hover, including the images in the other vertical scrollables on the art page).

What could be the cause of this? I'm thinking some kind of CSS deal with webkit, but I'm not totally sure.

Thanks in advance,
Aaron Chauvin

Edit: Sorry, forgot to mention I'm testing in Windows Vista Home prem. and Windows 7 Home prem. with the latest builds of Chrome and Safari

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

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

发布评论

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

评论(1

春风十里 2024-11-22 14:27:11

在提供的 CSS 目录中,您没有使用 .SU:hover,您是否使用 javascript 进行悬停或 css?

您可以简单地添加如下内容:

.SU link:hover { //change image }

Nowhere in the provided CSS directory are you using .SU:hover, are you using javascript for the hover or css?

You can simply add something like:

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