Pagematch have problems with IE 5.5 (Internet Explorer)

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Gabor
Beginner
Beginner
Posts: 1
Joined: Wed Apr 14, 2004 8:33 am

Pagematch have problems with IE 5.5 (Internet Explorer)

Post by Gabor »

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>
Post Reply