Home >Web Front-end >JS Tutorial >Solution to the display problem of fireworks menu generator mm_menu.js in IE 7.0_javascript skills
Google it and find an article with the correct answer. Here's how to do it:
1. Open the mm_menu.js file
2. Go to line 136 and find var itemProps = '';
3. Change to var itemProps = 'white-space:nowrap;';
to display the menu items normally...