1. Have you uploaded all the files associated with your navbar?. If your navbar has sub menus then there will be 2 javascript files. One named xaramenu.js and another bearing the same name as the set of graphics exported. There will be 2 graphics for each button upon your navbar along with an additional graphic.

2. Is the folder in which you saved your graphics and JavaScript file(s), at the same location relative to the web page upon your web server, as the folder in which you saved your graphics and JavaScript file(s) is to your web page on your local drive?

Assume you save your navbar (the graphic files and javascript file(s)) in the same location as where your web page is saved.

However when you uploaded your web page and all associated files, you decide to place the files for the navbar in a separate folder to your web page named graphics. The navbar will not be displayed when viewing the web page. This is because the script references inserted in the web page are looking for the javascript files in the same directory as the web page and not in the graphics directory.