[CLOSED] gridpanel cell hover in IE6

  1. #1

    [CLOSED] gridpanel cell hover in IE6

    Hi,

    I am using gridpanel to show the data. I expect if I hover to the certain cell, the text in that cell will change color.
    I tried to add some css below, but none of it have effect in IE6 (it works in IE8).
    Please help how to make it happen in IE6 as well.. Thanks

    <style type="text/css">
    .x-grid3-row .x-grid3-row-table .x-grid3-cell:hover {
        color: blue;
    }
    .x-grid3-row .x-grid3-row-table .x-grid3-cell .x-grid3-cell-inner:hover {
        color: blue !important;
    }
    .x-grid3-row .x-grid3-row-table .x-grid3-cell div:hover {
        color: blue;     
    }
    .x-grid3-row .x-grid3-row-table div:hover {
        color: blue;     
    }
    .x-grid3-row .x-grid3-row-table .x-grid3-cell .x-grid3-cell-inner div:hover {
        color: blue; 
    }
    </style>
    Last edited by Daniil; Feb 07, 2012 at 4:56 PM. Reason: [CLOSED]
  2. #2
    Hi,

    This is a known problem of IE6.

    Google it with the "ie6 css hover fix" search request and you will get some suggestion about a possible fix.

Similar Threads

  1. Replies: 1
    Last Post: Jul 10, 2012, 11:16 AM
  2. Hover functionality
    By survik123 in forum 1.x Help
    Replies: 0
    Last Post: Sep 26, 2011, 1:42 PM
  3. Replies: 0
    Last Post: Aug 30, 2011, 2:48 PM
  4. [CLOSED] TabPanel Hover
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 12, 2010, 2:35 PM
  5. Replies: 3
    Last Post: May 06, 2009, 3:04 PM

Posting Permissions