Opera Mini 4.2 上的链接选择表现奇怪

发布于 2024-09-24 08:13:21 字数 452 浏览 0 评论 0原文

我正在开发一个 HTML 移动网站,用于 2 种 Blackberry 型号,一种是相当旧的 (8700v),一种是客户指定的较新 (8520)。

8520 上的本机浏览器完美地呈现我的 HTML/CSS 页面。旧 8700 上的本机浏览器远非完美,因为 CSS 支持很少。

作为解决方案,我决定尝试在 8700 上安装 Opera Mini 4.2。渲染效果非常好,速度甚至得到了提高,但页面上的超链接出现了一些相当奇怪的行为。

当我向下滚动页面时,链接会自动突出显示并可供选择。这很好,直到我有许多链接紧密相连,例如在我的导航菜单中。导航菜单是一组排列在 .当我滚动到菜单时,菜单中的所有链接都会立即突出显示。即使在正文中,如果 2 个链接位于 2 个单独的行上(一个链接堆叠在另一行之上),也会出现相同的问题。

我正在搜寻 Opera 文档,但还没有找到任何有用的东西。有人知道为什么会发生这种情况以及是否可以解决吗?

I'm developing a mobile site in HTML for use on 2 Blackberry models, one quite old (8700v) and one newer (8520) as specified by the client.

The native browser on the 8520 is rendering my HTML/CSS pages perfectly. The native browser on the old 8700 is far from perfect however as the CSS support is minimal.

As a solution I decided to try installing Opera Mini 4.2 on the 8700. The rendering is great, speed is even improved but there's some rather strange behaviour happening with the hyperlinks on the page.

When I scroll down through my pages links are automatically highlighted and made ready for selection. This is fine until I have a number of links close together, for example in my nav menu. The nav menu is a set of links arranged within a . When I scroll to the menu all the links within the menu highlight at once. Even within the body if 2 links are on 2 separate lines (one stacked on top of another) the same issue appears.

I'm trawling Opera documentation but haven't found anything useful yet. Anyone got any ideas on why this happens and if it can be resolved?

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

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

发布评论

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

评论(1

豆芽 2024-10-01 08:13:21

如果没有看到实际的 HTML/CSS 代码,很难查明其确切原因,但很可能是以下原因之一:

  1. 有问题的链接指向相同的 URL。浏览器会将它们作为一个组突出显示以可视化这一点。
  2. 某些脚本正在添加单击事件侦听器或类似于链接组。
  3. -标签已保持打开状态。

Without seeing the actual HTML/CSS code, it's hard to pinpoint the exact cause of this, but it's most likely one of the following:

  1. The links in question point to the same URL. The browser will highlight them as a group to visualize this.
  2. Some script is adding a click event listener or similar to the group of links.
  3. An <a>-tag has been left open.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文