Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Anything Goes
Last Updated: Tuesday December 2 2008 - 06:12:19

Bug with bgimage and function _eMD


Poster: rapomon
Dated: Monday September 24 2007 - 10:21:52 UTC

The next function from mmenudom.js is not correct:

Code:
function _eMD(d){_it=d.split(":");return _it[1].replace(/;/g,"")}


For example, the bgimage property for submenus is equal to http://www.domain.com/images/background.gif

The function try to split background-image:url(http://www.domain.com/images/background.gif);
returns url(http

The function splits the string twice because it contains two ":"