开发者

CSS: on which elements the attribute hover works on all browsers?

On which elements the attribute hover works on all browsers ?

I guess the elemen开发者_如何转开发t is cross-browser. What about ? Is there any other element ?

For cross-browser I mean working on Safari, Chrome, Firefox, IE 9, 8 and possibly 7.


It's not dependent on which element it is applied to, apart from in IE5/6.

  • IE 5/6 supports it only on links.
  • IE 7 supports :hover, but not :active, on all elements.

Put this link on your bookmarks - it will save you plenty of time.

http://www.quirksmode.org/css/contents.html

So for IE7+ and all other browsers, it'll work fine.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜