rc452860 / ie7-js

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

IE9.js bug by .cursorPointer, .dLink:hover { cursor: pointer; } #344

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

i have this css class and html this works fine with IE8.js (2.1 beta 4)

.cursorPointer, .dLink:hover
{
  cursor: pointer;
}

<span class="dLink" style="background-color: yellow;">Box1</span>

What is the expected output? What do you see instead?

by IE9.js no hover effect in IE8.js works this fine

What version of the product are you using? On what operating system?

IE9.js (2.1 beta4) Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by krause_d...@gmx.de on 20 Oct 2011 at 2:04

GoogleCodeExporter commented 9 years ago
have the same problem here on Windows 7

Original comment by williescholtz on 14 Dec 2011 at 11:33