Hi,
On my website I have used a HTML table to populate the data in rows. I have implemented functionality to select a range of rows by holding shift keys (select begin and end row and it will automatically select the rows in between). I am changing the background color of the rows for selection (I am using javascript to changing the background color of rows).
The trouble is that while my functionality is working fine, the extra windows selection, in Dark blue color, is also dispaying over my selection. Which looks ugly. I need to remove the windows selection from the rows. I need only my functionality.
Help me on this.