Search found 20 matches

by drumbo
Tue Oct 31, 2006 12:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: submenu positioning
Replies: 4
Views: 5205

Doh, that was careless - sorry about that - will give it a try
by drumbo
Sun Oct 29, 2006 10:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: submenu positioning
Replies: 4
Views: 5205

Hi Kevin,

Thanks for the answer. Unfortunately I don't seem to be able to get it to work.

These are my two styles (the rawcss in the 1st one is to get the padding to the right but I can't have an image now other wise the image is padded to the end and therefore does not sit where I want it)

with ...
by drumbo
Wed Oct 25, 2006 2:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: submenu positioning
Replies: 4
Views: 5205

submenu positioning

Hi,

I have a 3 level menu. The 1st level is always visible (the main menu), the second and third both "pop up" when "moused over". I have used the _suboffsetlleft so that I can position the second submenu in the right place (25px to the right).
The problem is then that the 3rd submenu is also ...
by drumbo
Thu Oct 19, 2006 9:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Special comments
Replies: 2
Views: 2686

Thanks Andy - works a treat
by drumbo
Fri Sep 29, 2006 3:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Special comments
Replies: 2
Views: 2686

IE Special comments

Hi,

I am using an ASP script to generate my menu_data file and I am using a special comment from MS (that IE detects and acts on) in the script, however by using this comment - the menu breaks (i.e I get javascript errors)

The code:


with(HeadersStyle=new mm_style()){
<!--[if !IE]>
bordercolor ...
by drumbo
Thu Apr 27, 2006 5:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help with upgrade error
Replies: 4
Views: 4137

Hi again Ruth,

I reloaded the site (deleted all the cache on my local device and uploaded all the data to the server) and now it seems to work ok - I must have corrupted something on either the upload or on a cached version.

Again my thanks
by drumbo
Tue Apr 25, 2006 8:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: ASP + Access database
Replies: 6
Views: 4713

I am afraid I don't know the relationship - mine was put together by a bit of a trial and error. Haven't seen any app although I believe Dreamweaver can be made to use the menu (thru templates) although this is way beyond my meagre skill level.

This is an example of part of mine - if it helps ...
by drumbo
Tue Apr 25, 2006 8:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help with upgrade error
Replies: 4
Views: 4137

Thanks Ruth.

I did replace all three (+ the modules in use), but it doesn't work. However at this stage my whole site has decided to have the tuesday blues. Not sure if it is menu related. anyway it is at test.drumanda.net
by drumbo
Mon Apr 24, 2006 8:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: ASP + Access database
Replies: 6
Views: 4713

bervlit,

it is possible - I have used ASP and MSAccess on my site (although with the latest version - it broke). If you need help I can try and help - not an total expert tho
by drumbo
Mon Apr 24, 2006 8:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help with upgrade error
Replies: 4
Views: 4137

Help with upgrade error

Hi,

I just upgraded to the latest version and now my menu has stopped working - and for the life of me I cannot figure out why. Can someone take a look and let me know what stupid mistake I have made

Thanks

--------------

function mm_openUrl(url) { menu = _itemRef; pmenu = getParentItemByItem ...
by drumbo
Mon Apr 03, 2006 8:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: ASP + Access database
Replies: 6
Views: 4713

I run part of mine thru asp and MS Access
by drumbo
Thu Dec 15, 2005 3:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlight from link - ASP {SOLVED}
Replies: 11
Views: 10830

Hi Ruth,

I used the following script that i modified at the top of my data file
function mm_openUrl(url)
{
menu = _itemRef;
pmenu = getParentItemByItem(_itemRef);
hmenu = getParentItemByItem(getParentItemByItem(_itemRef));
if (hmenu==-1) {hmenu=""}
else {hmenu = "&hmenu=" + hmenu}
if (pmenu ...
by drumbo
Wed Dec 14, 2005 6:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlight from link - ASP {SOLVED}
Replies: 11
Views: 10830

Ruth and Shap5202,

I managed to get it to work, so thanks both for your help!
by drumbo
Wed Dec 14, 2005 3:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlight from link - ASP {SOLVED}
Replies: 11
Views: 10830

you can use _itemRef to get a reference to the menu item ID. Should be able to pass that to a javascript method or something in your menu url?

Thanks Shap5202,

I have never been able to get the _itemRef to work (other than getting -1 the whole time)

I was hoping that I could look in _m or _mi ...
by drumbo
Wed Dec 14, 2005 10:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlight from link - ASP {SOLVED}
Replies: 11
Views: 10830

Thanks again Ruth for the ideas and links.

One final question : Do you know a way that I can determine the internal ID's associated with each menu item?
by drumbo
Tue Dec 13, 2005 11:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlight from link - ASP {SOLVED}
Replies: 11
Views: 10830

Ruth,

2 thanks - 1 for your help and a second (big one) for the complement. One of the first I have received :)

I have tried implementing your suggestion for the page match. For example I have included the following

aI("status=The Cats;text=The Cats(12 pics);url=/ASPScripts/pictures.asp?subcat ...
by drumbo
Mon Dec 12, 2005 2:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlight from link - ASP {SOLVED}
Replies: 11
Views: 10830

Hi Ruth,

you can take a look at test.drumanda.net
username is test and password is test.

If you go through the following menu
Pictures, South Africa (104pics), Kruger National Park(31pics)

when you arrive at the pics, you can see that the menu is highlighted correctly, if you then page through ...
by drumbo
Wed Dec 07, 2005 8:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: mm_passItemRef()
Replies: 2
Views: 2562

Thanks Ruth,

I am a bit of a "fly by night" coder when it comes to web pages - especially javascript!
by drumbo
Tue Dec 06, 2005 7:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlight from link - ASP {SOLVED}
Replies: 11
Views: 10830

Menu Highlight from link - ASP {SOLVED}

Another question if I may:

I have a ASP page which lists pictures I have taken on my site. However if there are a lot of pages, I use a paging function.

i.e. Page one has pic 1-12, page 2 has pic 13-24

When I use the menu to go to pictures page, then the highlight shows which menu I am in (i.e ...
by drumbo
Tue Dec 06, 2005 7:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: mm_passItemRef()
Replies: 2
Views: 2562

mm_passItemRef()

Hi,

I have recently come across your menus and have been trying them out. Excellent stuff!!

However I have a query re this funtion and the example you gave on
http://support.milonic.com/demos/pass_i ... /index.htm

Basically I have managed to implement it as you put in the example, however I have ...