[Typo3-UG Oesterreich] Re: stylsheet abhängig vom menü wechseln

Markus Meixner markus at meixner.biz
Thu Dec 9 12:33:21 CET 2004


hi benedikt,

>dein ansatz wrapped leider nur das aktuelle
>menüelement. ich möchte aber das komplette stylesheet von der seite ändern.
>
>lg benedikt
>  
>
evtl. hilft dass weiter (?)
 z.b.: http://typo3.org/extensions/repository/search/css_select/

oder per hand in je einem ext. template :

##SETUP
page.headerData.20 = TEXT
page.headerData.20.value (
<style type="text/css">@import "fileadmin/style_rot.css";</style>
)

oder du machst`s mit conditions (in einem template):
http://typo3.org/documentation/document-library/doc_core_ts/Conditions/?encryptionKey=&cHash=1ff819cc1e
http://typo3.org/documentation/document-library/doc_core_tsref/PIDinRootline/

[global]
[PIDinRootline = 34,36]
page.headerData.20 = TEXT
page.headerData.20.value (
<style type="text/css">@import "fileadmin/blau.css";</style>
)

hope that helps ;)

cheers
markus






More information about the TYPO3-at mailing list