Menu

#26 Cool Menu 3 IE 7 fix

open
nobody
None
5
2014-06-08
2006-10-12
No

line line was

this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?
1:0;

add after line 9 of coolmenu-config.js

// fix for ms ie 7
if (this.ie6==0)this.ie6=(this.ver.indexOf("MSIE 7")>-
1 && this.dom)?1:0;

Thanks

Edgar

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.