[TYPO3] horizontal menu

dave dave at bassmedia.net
Wed Apr 5 15:05:42 CEST 2006


Hi all,
found this in the tuts. section which sticks a horizontal men at the top of the page -

page.5 = HMENU page.5.1 = TMENU page.5.1.wrap = | <BR><BR>page.5.1.NO {  linkWrap = &nbsp;<font color=yellow> | </font>&nbsp;  ATagBeforeWrap = 1} Just need to figure out how to put it where i want it on the page.......ahem!!Dave----- Original Message ----- 
  From: dave 
  To: typo3-english at lists.netfielders.de 
  Sent: Wednesday, April 05, 2006 12:12 PM
  Subject: horizontal menu


  First post here!

  Using HTML/CSS styling and cannot make a horzontal menu!
  The old way of creating a horizontal menu as the online tutorials with css styled content and template auto parser, i found worked when the below 
  code was added to the template record:-

  HOW TO SETUP HOIZONTAL MENU

  In 'main template Cobject', under '

     # Substitute the ###menu_1### subpart with dynamic menu:
      subparts.menu_1 < temp.menu_1'
    
   put - 
    
  subparts.footmenu_1 < subparts.footmenu_1


  ##########################
  In menu bit


  #bottom menu

  subparts.footmenu_1 = HMENU
  subparts.footmenu_1.1 = TMENU 
  subparts.footmenu_1.1.wrap = |&#124;
  subparts.footmenu_1.1.NO {
    linkWrap =&#124;&nbsp;|&nbsp;
  } 

  This doesn't work when using HTML/CSS styling. 
  Anyone know how its done?

  regards,

  Dave


More information about the TYPO3-english mailing list