Thank you for asking this very important question.
This CSS class property is a name you can add to merge in the root of the dom object.
Then you can access all the styles of each DOM marker in the css sheet.
ex : CSS Class = 'custom'
In your CSS
.custom{
color:#CCC;
}
.custom input{
border:none;
}
.custom input #id{
}
.custom td.key span.title input#id{
}
By this way, you can even reuse your customizated CSS Classes which will always be compatibles in your future Cook Projects. !!!!
- Customize and reuse JDom for the DOM syntax and architecture
- Customize and reuse a personal CSS sheet in same idea
Cook is your companion ...
Learn how it works, and then in future, you will explose time records for programming.