[TYPO3-german] Untermenü bei TMENU

Jochen Graf graf at uni-landau.de
Mon Aug 27 10:20:46 CEST 2007


Hallo,

ich habe auf meiner Seite ein TMENU mir Untermenüs

http://test.uni-landau.de/index.php?id=153
Unter dem Punkt Bilder ist ein

Hunde >> http://test.uni-landau.de/index.php?id=155


Wie schaffe ich es, damit das Untermenü nach rechts eingerückt wird?
Sollte ich dem Menü noch eine zusätzlich CSS Klasse zuweisen, oder geht 
das auch über Typoscript?
wrap?



Das CSS

#menu {
clear:bottom;
padding-top: 20px;
margin-left:160px;
border-left:1px solid #f3f3d7;
margin-top: 5px;
font-size:1.1em;
float: left;
background-color: #f6e58e;
width: 170px;
text-align:left;
text-indent:20px;

}


#menu ul {
 list-style-type: none;
 text-indent:5px;
 padding:0;
 margin:0;
 position: relative;
 letter-spacing: +3px;
 text-indent:20px;

}


#menu ul li {
padding-top:1.2em;
}



a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color:#90321f;
}

a:hover, a:active {
  font-weight: bold;
  text-decoration: none;
  color: #f8f7c1;
}

ul {
 margin-top:0;
 margin-bottom:1em;
 line-height:1.8;
}

ul li {
 
 
 
  line-height: 1.6em;
  font-weight: normal;
  color: #222;
}




<div id="menu">
      <!-- ###NAV### begin -->
      <ul>
        <li><a href="#">Home</a></li>
        <li><a href="#">About us</a></li>
        <li><a href="#">Forum</a></li>
        <li><a href="#">Site map</a></li>
        <li><a href="#">Design</a></li>
        <li><a href="#">Contact</a></li>
         </ul>
     
      <!--###NAV### end -->
</div>


Das TS

tmp.NAV = HMENU
tmp.NAV {
special = directory
special.value = 147
entryLevel = 0
1 = TMENU
1 {
noBlur = 1
wrap = <ul>|</ul>
NO = 1
NO {
ATagTitle.field = abstract // description // title
wrapItemAndSub = <li>|</li>

}
CUR < .NO
CUR.doNotLinkIt = 1
CUR.allWrap = <strong>|</strong>
CUR.wrapItemAndSub = <li>|</li>
}
2 < .1
3 < .1

}

Danke

-- 
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