NeilWeston
06-14-2006, 02:26 AM
I have used HV Menu for months and find it great. - Please don't stop reading cos of "HV Menu", as it may be just a general JavaScript Array problem.
The problem now is that I need to add some International Fonts to the Menu Items. Specifically, the lowercase diaeresis/umlaut (ü or ü) and the lowercase German sz (ß or ß).
I have tried the following;
1. Hard coding the characters straight off the keyboard, but this does not render in the menu on the web page.
2. Using the above codes within the text, but it seems that because the codes are between the text quotations, it is the codes themselves that are rendering not the character. ie "Softstone Weiß", so what u c is what u get. (This is how I have left it.)
3. Breaking the menu text, ie "Softstone Wei"ß, and "Softstone Wei"+ß, even "Softstone Wei"+"ß", but all of these make the script fall over. Even though it is all within the comma separator for the Menu Text string in the Menu Array.
Can anybody assist on how I can get these codes to render as the correct characters in the Menu.
Thank you.
- Neil
The URL to the Site is: http://www.slatestone.com.au
The Menu Items affected are; GranitiFiandre/porcelaingres/grestach/softstone/ and GranitiFiandre/porcelaingres/grestach/slate/
The errors will be pretty obvious in each menu item.
PS: I have purposefully left the ";" off the end of each entity code in this thread so that it does not render, but I have included it in the script. - Neil
The problem now is that I need to add some International Fonts to the Menu Items. Specifically, the lowercase diaeresis/umlaut (ü or ü) and the lowercase German sz (ß or ß).
I have tried the following;
1. Hard coding the characters straight off the keyboard, but this does not render in the menu on the web page.
2. Using the above codes within the text, but it seems that because the codes are between the text quotations, it is the codes themselves that are rendering not the character. ie "Softstone Weiß", so what u c is what u get. (This is how I have left it.)
3. Breaking the menu text, ie "Softstone Wei"ß, and "Softstone Wei"+ß, even "Softstone Wei"+"ß", but all of these make the script fall over. Even though it is all within the comma separator for the Menu Text string in the Menu Array.
Can anybody assist on how I can get these codes to render as the correct characters in the Menu.
Thank you.
- Neil
The URL to the Site is: http://www.slatestone.com.au
The Menu Items affected are; GranitiFiandre/porcelaingres/grestach/softstone/ and GranitiFiandre/porcelaingres/grestach/slate/
The errors will be pretty obvious in each menu item.
PS: I have purposefully left the ";" off the end of each entity code in this thread so that it does not render, but I have included it in the script. - Neil