I have a cfmenu that I created on my web application. The problem is that it automatically places itself at the very top-left of the page, even though I have included it at a certain place within the code.
Is there a way to position a cfmenu? What can I do to place it where I want it to go?
I think you can use the
menuStyle
andchildStyle
attributes of the<cfmenu>
tag (docs) to add CSS styles to the generated HTML and then use CSS on your webpage to position/style the menu as you wish.