Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:33
Pagematch have problems with IE 5.5 (Internet Explorer)
Poster: Gabor
Dated: Wednesday April 14 2004 - 9:23:53 BST
Hi,
I downloaded milonic 5.12.
I tried the pagematch property with a to level menusystem. The chosen undermenu is shown with the correct pagecolor but the main menu has the background color. I tried the same page with opera 7.23 on windows and it works fine.
This was working with IE before with milonic 5.1 (downloaded a month ago).
Can you correct this?
Thanks,
Gabor
Here a snippet from the menu script piped to freemarker (http://www.freemarker.org):
<#if item.url?exists>
aI("text=${item.text};url=${item.url};pagematch=${item.url};");
<#else>
aI("text=${item.text};showmenu=${item.menu};");
</#if>