[TYPO3] Header layout based on content area

Lasse Guldsborg lasse at clioonline.dk
Mon Feb 12 15:20:29 CET 2007


Thanks Tyler! =)

Best regards,
Lasse

"Tyler Kraft" <headhunterxiii at yahoo.ca> skrev i en meddelelse 
news:mailman.1.1171020769.15326.typo3-english at lists.netfielders.de...
> use the layout hierarchy.
>
> so if you left column has an id or class apply it to the style
>
> Basically instead of
> .csc-header csc-header-n2 h2{font-weight:bold;}
>
> use
> #leftcolumn .csc-header csc-header-n2 h2{font-weight:bold;colur:green;}
> #rightcolumn .csc-header csc-header-n2 h2{font-weight:notmal;color:red;}
>
> for reference
> http://www.w3schools.com/css/default.asp
>
>
>
>
>
> Lasse Guldsborg wrote:
>> Hi Gideon
>>
>> Thanks for your reply, but how should I do the CSS then?
>>
>> Looking at my source code, this is a headline from my central content 
>> area:
>> <div class="csc-header csc-header-n2"><h1>Central headline</h1></div>
>>
>> And this is a headline from the right content area:
>> <div class="csc-header csc-header-n2"><h1>Headline in the right hand 
>> side</h1></div>
>>
>> They use exactly the same class. So if I use CSS to edit that class, they 
>> both change the same. I need them to be different..
>>
>> Best regards,
>> Lasse
>> 




More information about the TYPO3-english mailing list