RE: class and css
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Daniel, just to add to what Christian said, it means that you can use multiple class attributes on a node like that : <span class="my_css_class_attribute Dir::barracuda_tempalte_attribute ..."> So you really can use barracuda class attributes AND others for css. By the way, this is also trus for css : Quoted from http://www.blooberry.com/indexdot/css/syntax/selectors/spechtml.htm : The CLASS attribute allows multiple classes to be bound to an element, so a special form of Class Selector can specify whether multiple classes are assigned. Class names are concatenated in the selector to specify that ALL the listed class names are present for an element (eg: 'p.first.second' would match <p CLASS="first second">) Hope this helps, Franck Routier