I use stylesheets instead of frames but drop down menu templates won't appear anymore
Return to Recent Questions
Q:
Once more I have a small question about Deluxe Menu.
I have rewritten my homepage (still off-line) to use stylesheets
instead of frames. But for some reason the drop down menu templates won't appear
anymore.
Does DM need frames or can it also work without frames? I would
suppose that it can also work on a page with no frames. But for some
reason I can't seem to get it to work.
A:
If you don't use frames there is no need to write your init function
in the following way:
dm_initFrame("lower", 0, 1, 1);
That is way you cannot see your menu.
Please, write:
dm_init();
Return to Recent Questions
|