Row separator Firefox

Hi,

I’m using custom style to define a row as row separator with following code:



.separator .td{

border-right:0px solid red;

border-left:0px solid red;

background-color:black;

height:0px;

}





It works fine with IE but with firefox (version 3.5), the row separator is quite big, ‘height:0px;’ not seem to be working. Any idea what’s wrong?



Thanks in advance!

This issue isn’t related to the dhtmlxGrid component.
Please find more information about creating custom skin in Grid here dhtmlx.com/dhxdocs/doku.php?id=d … ustom_skin