[TYPO3-project-4-3] CSS BE issues

Steffen Kamper info at sk-typo3.de
Wed May 20 02:22:32 CEST 2009


Hi,

Oliver Klee schrieb:
> Hi,
> 
> Steffen Kamper schrieb:
>> Imho it's enough to add 2 classes to body of modules:
>> .mod-with-docheader
>> .mod-no-docheader
>> and assign basic rules for this and the childs.
> 
> Actually, these should be IDs to be semantically correct because there
> only will be one of them (and it's also faster).
> 

no. Body has an id (set by bodyTagId) so this is used for specific 
settings. The classes are used for general settings.

example (template module):
<body onclick="if (top.menuReset) top.menuReset();" 
id="ext-tstemplate-ts-index-php" class="mod-with-docheader">

vg Steffen


More information about the TYPO3-project-4-3 mailing list