Elxis CMS Forum

Support => General => Topic started by: gooper on October 29, 2007, 18:40:57

Title: Dynamic Menu (based on JSCookMenu)
Post by: gooper on October 29, 2007, 18:40:57
Hi forum,

I have sucessfully installed the Dynamic Menu Module after reading the comments here in the forum.
As I am now deveolping my own Template for our Layout I have experienced a strange error.

I am testing with Firefox and IE to enshure that my layout will work well with both, i have found the Dynamic Menu working well with Firefox but the links in the Dyn Menu in IE seem not to work.

I have created a submenu with 2 links, but when I try to click them nothin happens... I have expected to see an erro message or something like that from my IE but nothing.....

ADDED: I have tryed other Pages that use it to make sure JavaScript is not disabled on my IE....

Anyone an idea?
thanks
Tobias
Title: Re: Dynamic Menu (based on JSCookMenu)
Post by: eliasan on October 29, 2007, 19:17:38
Hi,

Strange.

Could you send us a URL?

Thank you.
Title: Re: Dynamic Menu (based on JSCookMenu)
Post by: gooper on October 29, 2007, 22:50:12
sorry... is a virtual machine test system....

noone an idea?
Title: Re: Dynamic Menu (based on JSCookMenu)
Post by: Ivan Trebješanin on October 30, 2007, 00:34:05
I know there are some issues and IE... something about the ordering of the tags in <head> section... but, if you are testing on local machine, I can only give you this hint. Also, I cannot check your template. Just experiment with ordering of the tags in header...
Title: Re: Dynamic Menu (based on JSCookMenu)
Post by: Farhad Sakhaei on October 30, 2007, 07:47:39
i think your template is based on DIV , there is some problem in JSCookMenu with DIV based templates , try to convert some DIVs to Tables , may be your problem solve ...
Title: Re: Dynamic Menu (based on JSCookMenu)
Post by: gooper on October 30, 2007, 10:27:22
yes the template is completly in div`s.... do you think using a completely table-based template would work?

does anyone know where i can download a template that is using the Dynamic Menu for a test?
Title: Re: Dynamic Menu (based on JSCookMenu)
Post by: Ivan Trebješanin on October 30, 2007, 13:01:45
yes the template is completly in div`s.... do you think using a completely table-based template would work?

does anyone know where i can download a template that is using the Dynamic Menu for a test?

Dynamic menu is a module, so you can use it with any template. I have tried this module on few different servers, and it worked fine for me.

PS
NEVER use tables. They are history now...
Title: Re: Dynamic Menu (based on JSCookMenu)
Post by: Farhad Sakhaei on October 30, 2007, 14:24:54
i think it works if your DIVs haven't any clear:left or right in their modules positions in css classes , so if it hasn't this css style it should be work ...