Search found 11 matches

by dekel
Tue Sep 14, 2004 7:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: question about useing flash as part of the menu.
Replies: 1
Views: 1993

question about useing flash as part of the menu.

The website is not yet built because I want to check before I do this.

So... here is my question:
I want to make a menu while the main row is part of a flash movie and when someone put his mouse over one of the buttons- the sub menu will open, but exactly under the item that in the flash file. is ...
by dekel
Thu May 20, 2004 9:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: what about the rtl xp style ?
Replies: 3
Views: 2812

what about the rtl xp style ?

well... i dont exactly need it now, but i had some spare time one day and tried to check if it's possible to do this, and it didn't work...
can you please check it ?

thanks, Dekel
by dekel
Fri Mar 12, 2004 8:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Right To Left...
Replies: 1
Views: 2121

i found a solution...

i change the code to:

<div dir="rtl">
<script>
with(milonic=new menuname("0")){
aI("text=ניסיון test;url=home.php;status=ניסיון test");
}
</script>
</div>

this is the solution i've found...
anyway, please in the future add the "dir=rtl" to the aI();

thanks, Dekel
by dekel
Fri Mar 12, 2004 4:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Right To Left...
Replies: 1
Views: 2121

Right To Left...

my language is rtl... (hebrew)
when i put in the menu both hebrew+english i get the item as 'ltr' and not as 'rtl' although i have

openstyle="rtl";

i use this:

aI("text=ניסיון test;url=home.php;status=ניסיון test");


the 'test' show be after (in the left of) the hebrew word, but i get it at ...
by dekel
Fri Feb 20, 2004 6:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: might be a bug... dont know... (tabindex couse problems...)
Replies: 11
Views: 6662

yes... it's exactly what i did...
but still... the tabindex doesn't work :(
by dekel
Tue Feb 17, 2004 5:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: might be a bug... dont know... (tabindex couse problems...)
Replies: 11
Views: 6662

might be a bug... dont know... (tabindex couse problems...)

i have the menu inside a table (like the example) and also i have a form in that page.
i want that when someone click `tab` on his keyboard the pointer will move to the next input i want, so i added `tabindex=num`:

<input name=name size=15 tabindex=1>
<input name=name size=15 tabindex=2>


the ...
by dekel
Sun Jan 25, 2004 6:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: probs in menu (page include form / question about itemwidth)
Replies: 4
Views: 3516

you can find the menu in here...
http://www.parnas.co.il/contact.php (this contains also the form)
about the second problem... go to the "english" and move your mouse over "projects"

thanks, Dekel
by dekel
Sun Jan 25, 2004 3:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: probs in menu (page include form / question about itemwidth)
Replies: 4
Views: 3516

probs in menu (page include form / question about itemwidth)

here are my 3 questions (i'm using ver 5.0 RC 43)
-----------------------------
1) i have some page with form inside it. altho i have "tabindex" in the <input type=text> when i'm in 1 textbox, and i click on the tab key, the cursor isn't going to the next textbox... it goes to the menu, and only ...
by dekel
Fri Jan 09, 2004 2:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem in hebrew menu (rtl). the menu jumps :(
Replies: 1
Views: 2037

problem in hebrew menu (rtl). the menu jumps :(

first: it's rtl menu :)

now for my problem...
when i go with the mouse on some item that opens submenu, the upper menu jumps about 1 pixel to the left, and because the submenu doesn't jusmp it doesn't starts exactly under it and i have some "space" between them.
here is some image of the problem ...
by dekel
Fri Jan 02, 2004 3:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: how can i start a menu in right=150 (like left)...
Replies: 4
Views: 3633

how can i start a menu in right=150 (like left)...

i know that it isn't possible, so what can i do?
lots of thanks :)

Dekel
by dekel
Sat Dec 27, 2003 8:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with hebrew... (version 5)
Replies: 1
Views: 1810

problem with hebrew... (version 5)

i want the direction of the stuff inside the menu to be "rtl".
i dont want to use <html dir=rtl> or <body dir=rtl>
is there any other way of doing this ?
i tryed
aI("text=îéìåðé÷;showmenu=Milonic;dir=rtl");
with(menuStyle=new mm_style()){
direction="rtl";
but nothing works :(
what am i doing ...