0 Replies Latest reply: Dec 29, 2011 5:09 AM by Ole Pettersen RSS

    Horizontal CFMENU displays vertically.

    Ole Pettersen

      What is the main reason this code will display the menu vertically ?

      Anything that can override?

       

      <cfmenu

        bgcolor = "##ccff33"

        font = "Tahoma"

        fontColor = "red"

        fontSize = "10"

        selectedFontColor = "black"

        selectedItemColor = "##ffdd99"

        type = "horizontal">

       

      <cfmenuitem display="My Bookmarks" href="URL1" target="_self"/>

      <cfmenuitem display="My Score" href="URL2" target="_self"/>

      <cfmenuitem display="My Status" href="URL3" target="_self"/>

       

      </cfmenu>