I am attempting to use a .sitemap file to build a menu in my site; however I am having a number of issues with the output.
Firstly, the table output wasn't nice - I downloaded the 'CSSFriendly' DLL (http://www.codeplex.com/cssfriendly).. This now gives the output in ul and li's ..
But I want the menu to be free of javascript or css that pops up levels one at a time etc.
I thought that for a start using the StaticDisplayLevels would resolve this, but it seems to ignore it and just output the first level, I then have to mouse over to get more menu options..
I suppose the long and short is: should people stay clear of menu controls and just write the markup themselves? If not and it isn't a horrible route to go down - How can I get rid of all the formatting and mouse over jazz.. I just want a whole menu, horizonally displayed (I can do this with my CSS though).
Thanks for any help, also apologies if this question seems garbled (its frustration). Pete