You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IE7 on Windows XP Pro, when I mouse over dates in the calendar, there
are no changes to the CSS of the date cell I'm over. Either the event
handler isn't getting fired, or the CSS properties aren't updating for some
reason.
Original issue reported on code.google.com by [email protected] on 1 Apr 2009 at 10:26
The text was updated successfully, but these errors were encountered:
This is probably because IE 7 doesn't support the :hover CSS attribute on
elements
other than "a" tags (links). The element with :hover in the calendar is a "td"
tag,
and therefore no hover indication is made.
Original issue reported on code.google.com by
[email protected]
on 1 Apr 2009 at 10:26The text was updated successfully, but these errors were encountered: