jonathanwmk
Junior Member
Posts: 2
Registered: 8/23/2004
Member Is Offline
|
| posted on 8/23/2004 at 07:43 AM |
|
|
how can i display chinese font in the menu correctly ?
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/23/2004 at 07:04 PM |
|
|
Menu uses the same HTML elements as in HTML document. If you can make chinese look correctly in the page's text then it should look fine in the
menu. Alternatively you can always use graphics.
|
|
|
jonathanwmk
Junior Member
Posts: 2
Registered: 8/23/2004
Member Is Offline
|
| posted on 8/24/2004 at 04:03 AM |
|
|
i also can not show chinese font, can anybody help?thx a lot..
i change the script of the menu_items.js in below but it can not work properly.
it work fine if i type english for the item name.
_____________________
var MENU_ITEMS = [
['家','http://www.your-site.com/'],
['軟件', 'http://www.softcomplex.com/', {'tt' :
'SoftComplex Inc.'},
['Services', 'http://www.softcomplex.com/services.html'],
['Download', 'http://www.softcomplex.com/download.html'],
['Order', 'http://www.softcomplex.com/order.html'],
['Support', 'http://www.softcomplex.com/support.html'],
],
['Level 0 Item 1', null, null,
['Level 1 Item 0', 'another.html'],
['Level 1 Item 1'],
['Level 1 Item 2'],
['Level 1 Item 3'],
],
];
______________________
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/24/2004 at 02:24 PM |
|
|
This problem may be caused by the way you text exitor saves the file. Consider using extended and special characters codes HTML supports. Also verify
if correct charset is set in meta tags.
|
|
|
|