Re: firefox display problem
2004/11/17 09:05
Viewed 9970 times
Replies: 1/5

Greg,

The menu works very well in FireFox, so I'm inclined to think that there's a problem with your code. Could you provide me an URL where I can see that?

Just use our contact page if you don't want to post it to our public forums.

Best regards,
-Mihai

Re[2]: firefox display problem
2004/11/17 09:40
Viewed 12673 times
Replies: 2/4
by Greg

I looked over some of the last posts and I think I know where the problem is in my code...
We have put the js and css files in different directories... one of the previous posts mentioned a variable that needed to be set... here is a snipet of my code.

href="/css/hmenu.css" type="text/css"
media="screen, print" />

Is this going to cause a problem?

last
Re[3]: firefox display problem
2004/11/17 09:41
Viewed 14916 times
Replies: 0/0
by Greg

oops.. doesn't look like your site liked that post.

last
Re[3]: firefox display problem
2004/11/17 10:07
Viewed 14902 times
Replies: 1/2

To avoid any trouble, you should install the menu as described in the documentation, that is, copy the full src/ subdirectory somewhere in your server and define the _dynarch_menu_url variable with the absolute path (starting with a slash) to where you copied it.

So yes, such problem can appear because you didn't defined the variable. DynarchMenu uses the value of this variable to determine where the menu was installed, in order to load some images. If these images can't be found, you are seing the empty rectangle that the browser draws in place of the missing image.

last
Google