Multiple classes for single element
Posted: Fri Sep 07, 2007 3:27 pm
Using the editor included with cmsms.. is there any way to apply multiple styles to a single element?
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
<div class="myFirstClass mySecondClass myThirdClass">
Code: Select all
div.myFirstClass {}
div.myFirstClass.mySecondClass {}
div.myThirdClass.mYFirstClass{}