Categories | Question details Back To List | ||
Row separator Firefox Hi, I'm using custom style to define a row as row separator with following code: <style> .separator .td{ border-right:0px solid red; border-left:0px solid red; background-color:black; height:0px; } </style> 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! Answer posted by dhxSupport on Sep 16, 2009 02:14 This issue isn't related to the dhtmlxGrid component. Please find more information about creating custom skin in Grid here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:custom_skin |