Search found 14 matches

by fpajot
Fri Oct 22, 2004 2:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with then "clickimage" option.
Replies: 2
Views: 2735

Problem with then "clickimage" option.

I try to use the "clickimage" option in a menu like that :

with(milonic=new menuname("ardennes")){
style=MenuStyle2;
left=96;
top=44;
alwaysvisible=1;
aI("url=javascript:AR(08);image=images/ORT/carte/ardennes_off.gif;clickimage=images/ORT/carte/ardennes_on.gif");
}
with(milonic=new menuname("marne ...
by fpajot
Wed Oct 22, 2003 8:44 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to do that with version 5 ?
Replies: 12
Views: 7897

There is no possibility to have a PlaceMenu function in version 5 like in version 3 ?

My "valider" button (on and off) is a milonic menu.
For a static position of the "valider" button, I succeeded while making this :

Initialization Html code :
<SCRIPT language=JavaScript src="javascript/milonic ...
by fpajot
Wed Oct 22, 2003 8:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change dynamically the style of a milonic menu ...
Replies: 2
Views: 2541

I reformulated my question one second time in the forum because I did
not have an answer the first time.
Sorry ... I will not start again any more
by fpajot
Mon Oct 20, 2003 9:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change dynamically the style of a milonic menu ...
Replies: 2
Views: 2541

Change dynamically the style of a milonic menu ...

I want to dynamically change the style of a menu.

The menus are used like mitres.

1 / I have two styles:
style1: Mitre OFF
style2: Mitre ON
The twos styles are like :

with(style1=new mm_style()){
....
}
with(style2=new mm_style()){
....
}

It's two milonic menu styles

2 / I have 3 menus ...
by fpajot
Fri Oct 17, 2003 4:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change dynamically the style or something else on a menu ...
Replies: 4
Views: 3466

Yes of course, it's two milonic menu styles.

Like http://www.milonic.co.uk/menusample.php?sampleid=10, I want to change dynamically the style of a milonic menu !
by fpajot
Fri Oct 17, 2003 9:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change dynamically the style or something else on a menu ...
Replies: 4
Views: 3466

I want to use the menus like mitres.

I have two styles:
style1: Mitre OFF
style2: Mitre ON

and 3 menus.

The page is load like this :
Menu1 --> style2
Menu2 --> style1
Menu3 --> style1

When the user clicks on Menu2 (or Menu3), this menu takes dynamically the style "Style2" (ON) and the Menu1 ...
by fpajot
Thu Oct 16, 2003 10:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to do that with version 5 ?
Replies: 12
Views: 7897

Sorry, you don't understand what I want to say ...

I need, when I charge the page, to have the two menus together.
The menu "OFF" is posted, the menu "ON" is hidden.
When the user makes an action on the page, the menu "ON" is posted on the menu "OFF" in order to mask it.

It's OK in version 5 by ...
by fpajot
Thu Oct 16, 2003 10:43 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change dynamically the style or something else on a menu ...
Replies: 4
Views: 3466

Change dynamically the style or something else on a menu ...

Hello,

I want to dynamically change the style of a menu.
Example :
The menu is charged with the StdStyle1 style (red background and white font)
If the user makes an action on the page, the style of the menu changes into StdStyle2 (white background, black font).

Is it possible, and How ?

Thanks ...
by fpajot
Wed Oct 15, 2003 12:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to do that with version 5 ?
Replies: 12
Views: 7897

I'm sure !
by fpajot
Wed Oct 15, 2003 12:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to do that with version 5 ?
Replies: 12
Views: 7897

Hi,

I know that the PLaceMenu() function was removed.
I know how to put ONE menu in a table cell.
But if I want to put TWO menus in the same table cell, these two menus are not superimposed but one with the top of the other !

Take a look to my url
http://marketing-direct.ort.fr/wektor_V3/index ...
by fpajot
Wed Oct 15, 2003 7:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to do that with version 5 ?
Replies: 12
Views: 7897

How can I do that with version 5 ?

I already tested.

I have two menus: A menu of the type "off" and a menu of the type "on". With the function "PlaceMenu" of the version 3, these two menus are superimposed.
If I put the <SCRIPT> tags that include my menu_data file in the HTML, the two menus are not superimposed but one with the top ...
by fpajot
Tue Oct 14, 2003 12:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to do that with version 5 ?
Replies: 12
Views: 7897

How to do that with version 5 ?

How can I do that with version 5 ?

The user arrives on a page HTML where the button "to validate" is in position "off". When it makes an action on the page, the button is put in position "on".

It's OK in version 3 with the "PlaceMenu" function. How can I do this with version 5 ?

My url :
http ...
by fpajot
Wed Sep 10, 2003 8:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Two menus in the same table cell
Replies: 3
Views: 3222

I put the menu definition in a menu_data file and the <script src="menu_data.js></script> in the <td>tag.
That gives the same result.
the menu "ON" is with the top of the menu "OFF" whereas it should be
superimposed.

F.PAJOT
Web Application Developer ...
by fpajot
Tue Sep 09, 2003 3:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Two menus in the same table cell
Replies: 3
Views: 3222

Two menus in the same table cell

Hello,

I have a problem with Relative Positioning (Table Bound)
I want to put two menus in the same cell of table, but that does not
function.
The two menus are one below the other, whereas they should be
superimposed.
I want to then use the function "menuDisplay" to hide one or the other
finely ...