[TYPO3-english] Change backgroundcolor in menu after changing CSS template

Kay Obermueller kay.obermueller at mail.ru
Tue Nov 8 12:07:14 CET 2011


On 11/08/2011 09:12 AM, Michael Cannon wrote:
> Kay,
>
> Are you positive you're not including your old CSS via cache, TypoScript or
> another way in your final generated HTML?
>
> With the code you've given, color applied is coming from CSS unless you
> happen to have a JavaScript call doing something.
>
> Can you provide a demo URL?
>
> Michael

You are right. After thorough scrutiny I found the culprits in CSS. So
far I'm happy now. But could the color be changed via typoscript? I
found this, but it is not correct:

wrapItemAndSub.dataWrap = <li style="background-color: white">|</li>

It should be analogue to this:

<li><a href="#" style="background-color:white">Home</a></li>

Kay


More information about the TYPO3-english mailing list