Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

IR - Disable CSS Hover

partlycloudyJan 11 2011 — edited Jan 11 2011
The Apex out-of-the-box IR template (say in the Builder itself) seems to have the following CSS for a hover effect.

This works fine in FF but it doesn't work in IE8. Is it supposed to?
.apexir_WORKSHEET_DATA tr.even:hover td {
    background-color: #CCDDFF !important;
}
I don't particularly care about this effect one way or the other but it does interfere with some custom effects in some of my apps. How do I go about disabling this hover effect? Tried to override it in on the page using background-color:none, specifying no properties for that selector but it doesn't work.

Ideas? Thanks
This post has been answered by fac586 on Jan 11 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2011
Added on Jan 11 2011
3 comments
1,465 views