Javascript Popup Menu help?
October 28, 2005 8:09 PM
Subscribe
A work friend is going nuts trying to finish a website and is stuck on a javascript popup menu problem. Characters look different when he uploads them to his server. Help?
Using Dreamweaver MX 2004, Mac OS X, when characters in words such as "calÇado" and "acessÓrios" are used in the popup menu (which is in portuguese), they appear messed up (or different) once uploaded to his server. Any idea what may be causing this or how to fix it? If the Dreamweaver popup menu is the problem, is there an alternative (preferably very easy and free)? I'm obviously unable to help to him as I have no idea. If anyone may suggest a decent popup menu, javascript or otherwise it would be fantastic.
posted by ig to computers & internet (12 comments total)
My recomendation is that he replace his text with HTML entities. So 'calÇado' would be come "calÇado" which looks like 'calÇado'. You can find a list of HTML entities here. The Ó thing is Ó
posted by delmoi at 8:19 PM on October 28, 2005