[TYPO3-english] understanding the order of things
Victor Livakovsky
v-tyok at mail.ru
Mon Jul 4 10:40:18 CEST 2011
Hi, Katja.
> 1. powermail css: I add default powermail css with template statics and if
> I add my own css rules with my own css file which I want to overrule the
> default ones it seems, the default extension css is anyway read after my
> css file so it's always on "top of the rules". So my question here is: can
> I ensure in anyway my css file is read AFTER the extension css's?
Try to give more weight to your own rules. F.e. if you have your content in
some <div id="content">, then place #content before every your powermail
CSS. You may use FireBug and see, which rules are more specific: your ones
or powermail's default.
> 2. In - at least now one - extension if I try to change the template ts
> setup in my own ext template, it has no effect. It seems I have to make
> the changes into the extension's own default template. Can this be true?
Not true.
Can you, please, paste your code here?
More information about the TYPO3-english
mailing list