Axure / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Make dynamic pseudo-classes available in IE7 #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IE8 also supports dynamic pseudo-classes like :hover for non-link elements,
which is useful to create drop-down menus such as Suckerfish. IE7 fails on
this, so the dynamic pseudo-classes fix should be applied there it, too.
All you have to do is to change line 1324 to

  if (appVersion < 8) {

I have tested it with a couple of different websites and it seems to work.

Original issue reported on code.google.com by leo.fe...@gmail.com on 17 Apr 2009 at 2:13

GoogleCodeExporter commented 9 years ago
Fixed in version 2.1.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 2:44