[TYPO3-german] Menü Aufssplittung klappt nur zu 50% :(

Martin Mau der_maudi at web.de
Wed Nov 15 17:52:32 CET 2006


Hallo Lars,

ich kopiere mal alles rein, nicht dass ich was übersehen habe (wäre zwar peinlich, aber die beste Lösung ;)  ):
TS-Setup
######################
# Subpart Hauptmenü zuweisen #
######################
tmp.HAUPTNAVIGATION = HMENU
tmp.HAUPTNAVIGATION {
  special = list
  special.value = 1, 2, 3, 4
  1 = TMENU 
  1.NO = 1
  1.NO {
    #linkWrap =  | ||*| | ||*| | 
    linkWrap = |
  }
} 
###############
# Subpart Untermenü #
###############
tmp.SUBNAVIGATION = HMENU
tmp.SUBNAVIGATION {
  entryLevel = 1 
  1 = TMENU 
  1.NO = 1 
  1.NO { 
    linkWrap = <div align="right">| &nbsp;&nbsp;&nbsp;</div> 
  }
  .2 < .1 
  2.NO {
    linkWrap = | &nbsp;&nbsp;&nbsp;
  }
}
##################
# Subpart Metanavigation #
##################
tmp.METANAVIGATION = HMENU
tmp.METANAVIGATION {
  special = list
  special.value = 5, 6, 7, 8
  1 = TMENU 
  1.NO = 1
  1.NO {
        linkWrap = |
  }
}
page.10.subparts.HAUPT_NAVI < tmp.HAUPTNAVIGATION
page.10.subparts.META_NAVI < tmp.METANAVIGATION
page.10.subparts.SUB_NAVI < tmp.SUBNAVIGATION

HTML
#############################
  <tr>
    <td valign="top">
	<!-- ###META_NAVI###  start-->
      			<div id="metanavcontainer"></div>
	<!-- ###META_NAVI###  stop-->
    </td>
  </tr>
  <tr>
    <td valign="bottom"><!-- ###HAUPT_NAVI###  start-->
			<div id="mainnavcontainer"></div>
	<!-- ###HAUPT_NAVI###  stop-->
    </td>
  </tr>
_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222




More information about the TYPO3-german mailing list