SoFunction
Updated on 2025-03-10

Fireworks menu generator mm_menu.js solution to the problem displayed in IE 7.0

Google it and find an article with a correct solution. The following methods are as follows:

1. Open the mm_menu.js file

2. To line 136, find var itemProps = '';

3. Modify to var itemProps = 'white-space:nowrap;';

The menu items can be displayed normally...