[前文恕刪]
這是很久以前的文章,剛好之前有個客戶也遇到同樣的問題
在這篇文章中,有解法
http://www.radiantcore.com/blog/archives/16/02/2007/ie7mmmenu
內文如下:
打開你的mm_menu.js
function writeMenus(container) {
.... some code here ....
menu.menuItemHeight = menu.menuItemHeight || defaultHeight;
var itemProps = ''; <= CHANGE THIS LINE TO => var itemProps =
'white-space:nowrap;';
if( menu.fontFamily != '' ) itemProps += 'font-family:' +
menu.fontFmaily+';';
.... some code here ....
}
You should find this spot around line 163 of mm_menu.js. The change worked a
charm. Thanks Hiroto!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.64.103.57