CSS for tab out

Hi



Am using a normal grid with setStyle as follows:



mygrid.setStyle("","",“background-color:#ffffff;”,“background-color:#ffffff”);



When i do a tabout from one cell to another,the prev cell’s text becomes white in color.How do i modify this color?



Thanks

You can define color of text in grid, by adding next rule

div.gridbox table.obj td {
color:black;
}