[TYPO3-german] Die Menüzustände werden aus der CSS Datei nicht ausgelesen

Kerem Goldberg kerem.goldberg at googlemail.com
Mon Dec 28 12:47:26 CET 2009


Bis jetzt funktioniert alles so wie ich es will. Vielen Dank.

Ralf, mein footer sieht jetzt so aus (LÖSUNG):

temp.footer = HMENU
temp.footer.special = directory
temp.footer.special.value = 67
temp.footer {
    1 = TMENU
    1.expAll = 1
    1.wrap = |
    1 {
      NO {
        allWrap = |
        ATagParams = class="footer-no"
      }
      ACT = 1
      ACT = .NO
      ACT.ATagParams = class="footer-act"
   }
}

CSS

#footer {
   width: 600;
   float: right;
   list-style: none;
   margin: 5px 0px 0 0;
}

#footer ul li {
   float: left;
   list-style: none;
   margin: 0 5px 0 0;
}

#footer a.footer-no {
	width: auto;
	color: white;
	text-decoration: none;
	padding: 0 5px 0 0;
	text-align: left;
}

#footer a.footer-act {
	width: auto;
	color: black;
	text-decoration: none;
	text-transform: none;
	padding: 0 5px 0 0;
	text-align: left;
}

Vielen Dank nochmals.




Am 26.12.2009 um 00:18 schrieb Ralf-René Schröder:


> RALF-RENE
> ich habe im footer folgendes:
> Aber nicht einmal das a Tag will er auslesen (Man sagt doch a Tag  
> dazu, oder?)

im folgenden sind zwei Fehler
1.) du schließt dein Kommentar nicht und damit wird alles folgende  
ignoriert
/* öffnet einen mehrzeiligen kommentar, der wieder geschlossen wird  
mit */

2.) nach #footer ul a fehlt ein KOMMA (ist ja eine Aufzählung von  
zwei Tags, also:
#footer ul a,
#footer ul a strong {...}

> /* nachfolgendes keine Auswirkung
> #footer ul a
> #footer ul a strong {
>         width: auto;
>         display: block;
>         color: white;
>         text-decoration: none;
>         padding: 10px 5px 5px 5px;
>         text-align_ center;
> }

_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list