Search found 24 matches

by david1721
Tue Apr 15, 2008 3:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: styling tooltips
Replies: 0
Views: 3022

styling tooltips

Can you include css styles in a tool tip for example a <div class=somename> tag so the tooltip can be a defined height etc.
by david1721
Thu Mar 01, 2007 3:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: importing external data into menu_data.js
Replies: 3
Views: 3333

never mind. I figured out the problem. I had the menu style in quotes. Once I removed them everything worked fine. David I'm just getting plain text links for menus. Can you tell me what I'm leaving out. here is my menu declaration placed in category_menus.js fixMozillaZIndex=true; //Fixes Z-Index p...
by david1721
Thu Mar 01, 2007 2:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: importing external data into menu_data.js
Replies: 3
Views: 3333

ok thanks.
by david1721
Wed Feb 28, 2007 9:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: importing external data into menu_data.js
Replies: 3
Views: 3333

importing external data into menu_data.js

Hi, I am generating some of my menu data from a program was wondering if there was a way to include the file it is written to in the menu_data.js file so I'd have something along these lines: menu_data.js file contents: menu stuff menu stuff import (other_menu_suff.txt) or is there a way to have a s...
by david1721
Wed Feb 28, 2007 6:09 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: php menus
Replies: 2
Views: 1354

thanks
by david1721
Wed Feb 28, 2007 3:05 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: php menus
Replies: 2
Views: 1354

php menus

Hi I've generated a large php page of menus which takes a few seconds to load when it's called. I was wondering if a javascript version would be faster? If I want to define more than one menu syle in a menu_data.js page do I just declare with(menuStyle=new mm_style()){ and call "menuStyle"...
by david1721
Sun Feb 25, 2007 3:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: php menus
Replies: 0
Views: 3260

php menus

Never mind. I found the problem. Needed to set the path in the config file. I wanted to play around with the php generated menus so I uploaded the files from the table based php menus dir to my site and opened the page but nothing happens except for the text below and when I click on the links nothi...
by david1721
Thu Feb 01, 2007 10:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: validate field in menu form
Replies: 2
Views: 2305

thanks
by david1721
Thu Feb 01, 2007 9:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: validate field in menu form
Replies: 2
Views: 2305

validate field in menu form

Hi

I want to add a javascript function to validate whether the text field I have
in my menu contains something, In which of the milonic js files should I put the function?

David
by david1721
Thu Feb 01, 2007 12:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

Thanks, that seems to have done the trick. The form submits now.
by david1721
Wed Jan 31, 2007 12:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

thanks. I have one other question while we're on the subject of forms. If I wanted to have some sort of javascript validation for a field in a form in a menu, can this be done and if so which file should I put the function in. For example, if I wanted to check that the field contains something so a ...
by david1721
Tue Jan 30, 2007 4:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

thanks. I'll leave that alone and just work on some other stuff on the program for now.
by david1721
Tue Jan 30, 2007 2:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

thanks for your efforts. I cut a pasted your code and still nothing happens. I think I'll just change my approach and have the menu load the form on the page from a php script instead of having it on the menu.

David
by david1721
Tue Jan 30, 2007 4:34 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

I'm using firefox (newest ver.) on windows 2000 I just tried it on i.e. and it works there but not in firefox.
by david1721
Tue Jan 30, 2007 12:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

still having a problem

I inserted the code and although I can now input an address into the field, when I hit submit, nothing happens. Here is the menu & submenu - does it have something to do with the way I'm calling the submenu? with(milonic=new menuname("customers")){ margin=3; style=vertStyle; top="...
by david1721
Tue Jan 30, 2007 12:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

thanks

Thanks. I didn't have the ` in there which seems to be what was causing the problem.

"text=`form..."
by david1721
Mon Jan 29, 2007 9:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: form doesn't submit
Replies: 17
Views: 10193

form doesn't submit

HI I added a form to a submenu. It appears correctly but nothing happens when I click on the submit button. I copied the format directly from the milonic home menu search link which I also notice doesn't submit. Can anyone tell me what I need to do to correct this? Thanks, David Here is my code of t...
by david1721
Sat Dec 23, 2006 9:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: text field in menu
Replies: 1
Views: 2043

never mind

Never mind, I found it in the sample menus.
by david1721
Sat Dec 23, 2006 7:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: text field in menu
Replies: 1
Views: 2043

text field in menu

Is it possible to have a menu where when you click on an item the
submenu that opens up consains a form with a text field that can be submitted from that submenu?