[TYPO3-german] visted active TMENU geht nicht?

Jochen Graf graf at uni-landau.de
Mon Apr 7 12:38:45 CEST 2008


Hallo,

mein TMENU will nicht so recht .

.navigation  {
    float: left;
    margin-top:50px;
    padding:  0px;
    display:block;
   
   
}


.navigation  ul {
    list-style-type:none;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 15px 5px;
    width: 150px;
   
   
}


.navigation ul li {
    float:left;
    width: 157px;
    margin:2px 0 0 0;
    padding:0 0 0 0;
    background-color: #bfd9e5;
   
   
    }





.navigation ul li a  {
    color: #000;
    border-width: 0px 0px 0px 5px;
    border-color: #006699;
    border-style: solid;
    text-decoration: none;
    display: block;
    padding: 3px 0px 3px 5px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 2px;
   
}


   
}


.navigation  ul {
    list-style-type:none;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 15px 5px;
    width: 150px;
   
   
}


.navigation ul li {
    float:left;
    width: 157px;
    margin:2px 0 0 0;
    padding:0 0 0 0;
    background-color: #bfd9e5;
   
   
    }

P {
FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica
}
.navigation A:link {
COLOR: #96C0F3; TEXT-DECORATION: none
}
.navigation A:visted {
COLOR: #96C0F3; TEXT-DECORATION: none
}
.navigation A:active {
COLOR: #96C0F3; TEXT-DECORATION:none
}
.navigation A:hover {
COLOR: #96C0F3; TEXT-DECORATION:underline overline;
}



Da active und visted geht leider nicht. Muss ich das über das Typoscript 
schreiben wenn ja wie?

temp.navi = HMENU
temp.navi {
      entryLevel =
      excludeUidList =
          1 = TMENU
          wrap =  <ul class="navigation">|</ul>
          1 {
              # werden auch alle unterebenen angezeigt
              expAll = 1
              NO = 1
              NO.wrapItemAndSub = <li> |</li>
              NO.ATagTitle.field = abstract // description // title
             CUR.wrapItemAndSub = <li>|</li>
             CUR.doNotLinkIt = 1
             CUR.stdWrap.htmlSpecialChars = 1
             
         
  }

  
}
 








-- 
Mit freundlichen Grüssen

Jochen Graf

Universität Koblenz-Landau / Campus Landau
Arbeitstelle Multimedia/Technik-Administration
Thomas-Nast-Str. 44
76829 Landau
mail: graf at uni-landau.de
fon: 06341-990-224



More information about the TYPO3-german mailing list