two problems
2005/02/17 16:10
Viewed 6142 times
Replies: 1/2

Hi,

I'm trying to use dynarchmenu in a intranet site (evaluation version).
My goal is to substitute actual menu to hmenu.
I have two problems:

1) dynarch directory is located into /menu/hmenu (var _dynarch_menu_url = "/menu/hmenu/";)
I found into error_log (apache logs) this error:
/hmenu/img/shadow.png not found

2) I'm using dynarch menu into a site with 2 frames (eg: "logo" e "main"). "main" is the frame that contain menu.
If I click to a link that reload the whole page (container + 2 frames), IE6 show these errors:
row 17: method or property not supported by the object
row 2: authorization denied
row 66: method or property not supported by the object
If I reload the single "main" frame, menu works well.

Any solutions ?
Thanks in advance

Re: two problems
2005/02/17 16:36
Viewed 8898 times
Replies: 1/1

1) dynarch directory is located into /menu/hmenu (var _dynarch_menu_url = "/menu/hmenu/";)
I found into error_log (apache logs) this error:
/hmenu/img/shadow.png not found

Make sure that the script containing the _dynarch_menu_url declaration is before the script that loads hmenu.js; the variable needs to be present when hmenu.js is loaded, otherwise it defaults to "/hmenu/".

2) I'm using dynarch menu into a site with 2 frames (eg: "logo" e "main"). "main" is the frame that contain menu.
If I click to a link that reload the whole page (container + 2 frames), IE6 show these errors [...]

I don't know about this.. How does the link that reloads the whole page look like?  I mean, how do you define the menu for it?

last
Re[2]: two problems
2005/02/18 10:06
Viewed 11247 times
Replies: 0/0

Thanks for response.

1) first problem resolved. I've moved the definition on the top of my .js

2) In dynarchmenu I use <li><a href target=_top .. > .. that links to a frame definition page. Eg: refresh whole page

Another question: Is it possible to display icon items to the original dimension ? On the top images are ok, but the others are stretched to a 32x32

TIA

last
Google