[TYPO3-german] Klassenzuweisung zu ul und li funktioniert in barrierefreiem TMENU nicht

Xaver Reichart xr at xr-services.ch
Tue Mar 24 16:41:31 CET 2009


David Bruchmann schrieb:
> Hy Xaver,
> 
> hast Du auch CSS zu dem Kram?
>

Hier das CSS der Seitenstruktur ohne Kopfbereich:

#outercontainermain  {
                      /*  width: 100%;   */
                        border-left: 20em solid transparent;
                        border-right: 16em solid transparent;
                     /*   float: left;
                        background-color: blue;  */
                        border-top: 1px solid black;
                        border-bottom: 1px solid #1A2679;
                        margin-top: 0
                      }

#innercontainermain  {
                       margin: 0 0 0 0;
                       margin-top: 1.2em;
                       margin-bottom: 1.2em;
                       width: 100%;
                       z-index: 11;
                       border-left: 3px outset #1A2679;
                       border-right: 3px inset #1A2679;
                      }

#hilfscontainermain  {
                        float: left;
                        width: 100%;
                        z-index: 15;
                      }

/* Container fürs Hauptmenü links neben dem Contentbehälter */
#hauptmenue  {
                float: left;
                margin-left: -20em;
                margin-top: 0em;
                width: 19.7em;
                z-index: 16;
                color:#761CA0;
              }

/* Container für den Haupt-Content in der Mitte */
#contentmain  {
                  float: right;
                  margin-top: 0em;
                  width: 97%;
                  padding-right: 0.8em;
                  z-index: 17;
                  color: #975F00;
                }

/* COntainer für die Marginalie */
#randspalte  {
                float: right;
                width: 15.7em;
                margin: 0em -16em 0 0;
                z-index: 12;
              }

#footerhome  {
                float: left;
                width: 50%;
                padding-left: 0.5em;
                font-size: 80%;
               }


#randspalte, #contentmain, #hauptmenue, #hilfscontainermain {
                            overflow: visible;
                            position: relative;
                                                             }

#weblinks  {
              float:right;
              width: auto;
              margin-top: 0.2em;
              margin-right: -3em;
              background-color: #CCE8F2;
              line-height: 1.2em;
              font-size: 0.8em;
              font-weight: 500;
              color: #A5771C;
              text-align: left;
            }

Und hier noch der Anfang der ul und li Definitionen:

.ebene2  {
	   line-height: 1.2em;
	   list-style-type: none;
	  }	
	
	
      /* Definition der einzelnen Listenpunkte  */

.liebene1NO  {
	       line-height: 5.5em;  /3 zu Versuchszwecken so gross*/
	       background-color: gold;
	      }


More information about the TYPO3-german mailing list