Home  >  Article  >  Web Front-end  >  Solution to the display problem of fireworks menu generator mm_menu.js in IE 7.0_javascript skills

Solution to the display problem of fireworks menu generator mm_menu.js in IE 7.0_javascript skills

WBOY
WBOYOriginal
2016-05-16 18:43:531389browse

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...

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn