Search found 53 matches

by xMANIGHTx
Sat Apr 10, 2004 2:24 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hiding main menu with css
Replies: 2
Views: 3876

Ok solved with a deeper search:
viewtopic. ... n+menu+css

Thank you all. Soon I'll switch to 5.0 ;)
by xMANIGHTx
Sat Apr 10, 2004 2:11 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hiding main menu with css
Replies: 2
Views: 3876

Hiding main menu with css

I did a quick search on the old posts but found nothing.
Is there a way to reference tha main menu from css so to hide it?

ex: #MainMenuName { display: none }

I need to hide the menu when using css designed for printing page format (media = "print")

Thanks
by xMANIGHTx
Fri Nov 21, 2003 10:11 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

Good job Ultrawuft123 ;)
by xMANIGHTx
Thu Nov 20, 2003 6:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

Does this works for menu with multiple submenus? Or does it work just for a first level of subs?
by xMANIGHTx
Tue Nov 04, 2003 11:47 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

If you refere to the "smart menu" voice that appear in my function, it gives the most used links for each user.
by xMANIGHTx
Wed Oct 22, 2003 1:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

I answered you via email and sent you the code, since the function is not a "generic" function and it needs heavy modifications to fit into anyone coding scheme, so it would be useless here. Also it's very long.
by xMANIGHTx
Sun Jul 06, 2003 1:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub Menu offset
Replies: 9
Views: 6494

:D
by xMANIGHTx
Sun Jul 06, 2003 11:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub Menu offset
Replies: 9
Views: 6494

Code: Select all

addmenu(menu=["news", 
   "offest=10",,120,1,"",style2,,"left",effect,,,,,,,,,,,, 
   ,"General","show-menu=generalnews",,,1 
   ,"Technology","show-menu=technonews",,,1 
   ])
Try this..
by xMANIGHTx
Wed Jun 25, 2003 5:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub Menu offset
Replies: 9
Views: 6494

For each menu tyou have TOP and LEFT properties to set right? On the sub menus, right under your main menu bur, just set those TOP or LEFT properties to: "offset=3" or "offset = -3" and so on... You have to put the " too in the array, just in the same way I write them down h...
by xMANIGHTx
Tue Jun 24, 2003 12:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Disability Access
Replies: 15
Views: 9180

I guess the most functional feature would be to have the same links inside <noscript> tags. I guess screen readers and JS are not a good mix (apart from IBM home page reader and I don't know how many others) Having menu links in <noscript> tags would solve the issue both for screen readers and searc...
by xMANIGHTx
Tue Jun 17, 2003 11:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: example usage of onclass/offclass properties
Replies: 5
Views: 4305

I'm doing some test with onclass/offclass. Ip ut this property in the style definition this way: onclass="classname" Then in my css I created: .classname { ... } One thing I'm still missing is, how to render the menu with the offclass properties from the start. Infact the offclass seem to ...
by xMANIGHTx
Tue Jun 17, 2003 3:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Documentation
Replies: 7
Views: 4801

Documentation

I guess a full (even if really brief) documentation of all the menu properties/functions this time would be a nice add-on for developers ;)
We won't abandon the forum and m.lists but I guess everyone would be happy to put less weight on the support, wouldn't you? :D
by xMANIGHTx
Mon Jun 16, 2003 2:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

I guess this topic (wich seems to be of much interest) should be moved in the Milonic v3 forum. By the way.. I created 3 access for milonic users to test (you can try some hack around too, and let me know... LOL) URL http://www.evagroup.net USERS milonic1/milonic1 milonic2/milonic2 milonic3/milonic...
by xMANIGHTx
Mon Jun 16, 2003 12:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

Can I request a new feature, so a item can be a parent AND a link.? There is already such a feature, using the ALT_URL property. You can have both a "show-menu" link and a real link too. About recursion, I actually said "recursion is a MUST", when you don't want to come up with ...
by xMANIGHTx
Sun Jun 15, 2003 9:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to turn off Transparant Background
Replies: 1
Views: 2790

Remove the:
Alpha(style=0,opacity=8);
In the effect declaration.
by xMANIGHTx
Sun Jun 15, 2003 9:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

If you want to speed up performance and you have ONE and ONLY ONE menu for all your site usrs, just put it in an APPLICATION var instead of outputting it with Response.Write. Then each time you simply check the APP var. If it's empty then rebuild the menu from DB else simply Response.Write the APP v...
by xMANIGHTx
Thu Jun 12, 2003 9:34 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub Menu offset
Replies: 9
Views: 6494

Sorry it was obvious and I'm a bit nut!
Just set the offset of all the "first row" subs like "offset=3", and so on :oops:
by xMANIGHTx
Thu Jun 12, 2003 9:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic menu items from a database
Replies: 33
Views: 36550

You have in the code: >response.write "addmenu(menu=[""" >response.write oMenuSub("level") Where level it's the parentID, but what if you have 2 sub-menus for the same parent? You would have 2 addmenu(menu= with the same name. Wouldn't you? Maybe I'm missing something h...