Horizontal CFMENU displays vertically.
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>
