Search found 10 matches

by Zophar
Thu Jun 05, 2003 10:19 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Netscape 4.x positioning problem
Replies: 1
Views: 2058

Hum Netscape 4.x has some problem to handle the layers and some others html tag. Im not sure that the problem come from the menu itself, but maybe what you have inside the menu or inside your page. The first thing i would recommand you is to go here: http://validator.w3.org/ and validate your code t...
by Zophar
Thu May 22, 2003 1:24 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Mac IE5 renders wide menus
Replies: 11
Views: 7322

Yeah you're right austink... i just saw that on yersterday evening... It's a little bit annoying :cry: :cry:
by Zophar
Thu May 22, 2003 1:22 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Problem with Menu disappearing behind SVG map
Replies: 5
Views: 5524

Did you try to put your flash components in a Layer!? Something like that: <div name="myFlash" id="myFlash" style="position:absolute; top:85px; left:178px; z-index:10; overflow: visible;"> <-- Your FlashComponent Here --> </div> The layer with the z-index more higher va...
by Zophar
Mon May 19, 2003 1:51 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Mac IE5 renders wide menus
Replies: 11
Views: 7322

Oups sorry ;)

I meant "Menu Width - Menus width in pixels"... so it's the 4th parameter. (i've made my copy too fast) Hope that helps.
by Zophar
Mon May 19, 2003 10:05 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Mac IE5 renders wide menus
Replies: 11
Views: 7322

hi there,

Have same problem here (a user reported that to me...).
Did you try to fix the width of the vertical menu!? (Menu Border Width parameter)... I did that but i haven't test it with IE 5 yet... If you could try and feedback here ;)
by Zophar
Mon May 19, 2003 9:37 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: onmouseover event on menu item? Possible?
Replies: 2
Views: 3670

Thx kevin for your answer... It helps me a lot and now it woks fine!!!! I said "now" cause i found another problem ;) I have problem to assign my parameters... When i want to put a string as params nothing happens (or i get a javascript error)... example: ,"Menu Text","the_u...
by Zophar
Fri May 16, 2003 3:41 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Load problem from request redirect/forwards
Replies: 2
Views: 2579

I think it's the way you do your redirect and the way you do it... Could we see an example of your redirect!?
by Zophar
Fri May 16, 2003 12:59 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: onmouseover event on menu item? Possible?
Replies: 2
Views: 3670

onmouseover event on menu item? Possible?

Hi there ;) Just a question: Im trying to assign a javascript function to an "onmouseover" event for the menu item. Is there a way to do that!? For example i want my infoBulle() function to run when i put my mouse over a certain menu item (see the code). Where do i need to call my function...
by Zophar
Thu May 15, 2003 10:41 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Bold font on mouse over ???
Replies: 2
Views: 2783

But damn... How can we assign a code (Function, etc...) to a onmouseover "event"... I mean how can i assign a function to an onmouseover on a menu item!?!?!?!?
I read many posts... somebody has the answer!?
by Zophar
Mon May 12, 2003 3:41 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu item with space between
Replies: 1
Views: 1952

Menu item with space between

Hi, Ok my first post on this forum: Im looking for a way to design an horizontal menu with space between each item (for example 20 pixel). The problem is that i've an image in background and the cellpadding is hiding it. Does someone has an answer to that!? Maybe i can put a transparent pixel in bac...