Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by thorn on Jan 08, 2008 09:37
open dhtmlx forum
CSS classes names

Please, don't use common class names in CSS such as 'editable', 'calendar' etc.
Such names lead to conflicts with other CSS (jQuery).
Answer posted by Support on Jan 08, 2008 10:19
The css classes of dhtmlxgrid always use nested rules, the "editable" class for example, stated as

    div.gridbox table.obj td.editable{


so it works only inside grid container and must not affect any other elements on page, so such classes can't break functionality of any other component