本文介绍了IE 6 CSS悬停非锚标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在IE6中为非锚定标记模拟悬浮伪类的最简单和最优雅的方法是什么?

What is the simplest and most elegant way to simulate the hover pseudo-class for non-Anchor tags in IE6?

我特别想要改变游标

推荐答案

我会说最简单的方法是添加onmouseover / out Javascript函数。

I would say that the simplest method would be to add onmouseover/out Javascript functions.

这篇关于IE 6 CSS悬停非锚标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 16:41