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

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


Ach, Natürlich auch ein Dank an PHIL.

Desweiteren sieht mein rechtes Menü nun so aus (LÖSUNG):

TScript

# Menu 2 cObject
temp.menu_2 = HMENU
temp.menu_2.entryLevel = 1
# First level menu-object, textual
temp.menu_2.1 = TMENU
temp.menu_2.1.expAll = 1
temp.menu_2.1 {
   wrap = <div class="menu_2">|</div>
   NO = 1
   NO {
     linkWrap = <li>|</li>
   }
   ACT = 1
   ACT < .NO
   ACT.doNotLinkIt = 1
   ACT.allWrap = <div class="menu2-act">|</div>
}


CSS

#menu_2 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 150;
	text-align: left;
	list-style: none;
	line-height: 20px;
}

#menu_2 a {
	font-size: 110%;
	letter-spacing:1px;
	width: 150;
	margin: 0 0 0 0;
	color: white;
	text-transform: none;
	text-decoration: none;
}

#menu_2 a:hover,
#menu_2 a:focus {
	color: #333333;
}

#menu_2 DIV.menu2-act {
	font-size: 110%;
	letter-spacing:1px;
	width: auto;
	margin: 0 0 0 0;
	color: #333333;
	text-transform: none;
	text-decoration: none;
}

Wünsche allen noch einen guten rutsch.
Kerem


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