Search found 7 matches

by toen_work
Wed Jul 09, 2003 6:42 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Strange offbackcolor problem
Replies: 3
Views: 3610

The problem is temporarily solved. For some reason, it works to append an ampersand to the link URL ("/default.aspx?id=2004&") when I'm on that specific page. Of course, if the user clicks the same item again (i.e. "/default.aspx?id=2004&"), the ampersand have to go in the menu code.

Conclusion ...
by toen_work
Wed Jul 09, 2003 6:02 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Strange offbackcolor problem
Replies: 3
Views: 3610

I've experimentet some more and I get the exact same result if I try to change the offfontcolor. This looks more and more like a bug to me... :(
by toen_work
Wed Jul 09, 2003 5:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Strange offbackcolor problem
Replies: 3
Views: 3610

Re: Strange offbackcolor problem

Okay, an update. If I change the code to produce ","some text","show-menu=menu1","/default.aspx?id=2004# onfontcolor=000000;onbackcolor=bdd9e6;offfontcolor=000000;offbackcolor=bdd9e6",,1" it works as it's supposed to, but only 'til I actually click one of the # links. The page loads normally, but ...
by toen_work
Wed Jul 09, 2003 5:23 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Strange offbackcolor problem
Replies: 3
Views: 3610

Strange offbackcolor problem

Hi all,

I'm using different background colors on the different items on the top level. My code generates to ","some text","show-menu=menu1","/default.aspx?id=2004 onfontcolor=000000;onbackcolor=bdd9e6;offfontcolor=000000;offbackcolor=bdd9e6",,1" and that looks fine. However, for some absurd reason ...
by toen_work
Wed May 21, 2003 12:21 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Changing menu position after page have loaded?
Replies: 3
Views: 3122

Sorry for not getting back earlier, but your suggestion worked a treat, Kevin! Thanks for saving my sanity! :mrgreen:
by toen_work
Thu May 15, 2003 4:10 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Changing menu position after page have loaded?
Replies: 3
Views: 3122

Thanks Kevin. I'll try this out tomorrow, but it feels very promising! :D
by toen_work
Thu May 15, 2003 10:43 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Changing menu position after page have loaded?
Replies: 3
Views: 3122

Changing menu position after page have loaded?

Hi all,

I need a fix for a Netscape 6 problem. I have the content of my site centered using a table. I align my top menu by calculating the left position using window.innerWidth and the width of the table. However, the menu scripts (and therefore also the calculations) have to be placed at the ...