Search found 15 matches

by pscs
Mon Jun 12, 2006 12:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with 5.7.48
Replies: 5
Views: 4385

I can't post a URL as it's in an application not a website.

Try the attached file which shows the same behaviour for me

<html>
<head>
<SCRIPT language="JavaScript1.2" src="milonic_src.rjs" type="text/javascript"></SCRIPT>
<script language="JavaScript1.2" src="mmenudom.rjs" type="text/javascript ...
by pscs
Fri Jun 09, 2006 2:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tooltips not working
Replies: 2
Views: 2883

I can't give a URL as the menus are used in an application, not a site.

The problem is just that tooltips aren't showing.

But, they're not showing on the sample on the milonic.com website either - do you get tooltips on that sample yourself. If you do, then it must be something in my browser that ...
by pscs
Fri Jun 09, 2006 11:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with 5.7.48
Replies: 5
Views: 4385

Problem with 5.7.48

While attempting to solve problems with tooltips I upgraded to 5.748 and found a couple of problems which weren't there with 5.747

The 'padding' area seems to apply twice - once around each menu item and once around the 'group' of menu items. (in 5.747 it was just around each menu item)

If I ...
by pscs
Fri Jun 09, 2006 9:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tooltips not working
Replies: 2
Views: 2883

Tooltips not working

I've read many messages here about problems with Tooltips and none of them seem to work for me.

But - before I try further - I went to http://www.milonic.com/menusample6.php which supposedly is a sample of how to use Tooltips.

I can't get that to work for me either - I've tried in Opera, IE and ...
by pscs
Mon May 17, 2004 10:01 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: PageMatching not wanted
Replies: 9
Views: 6813

Re: PageMatching not wanted

no cigar.... You could take the opposite route: disable the pagematching colors in the item where you don;t want the colors to change. I.e., In the menu item that you do not want to match, try:
aI("text=ItemText;url=whatever.html;pagecolor=null;pagebgcolor=null;");
Setting the properties to null ...
by pscs
Fri May 14, 2004 10:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: PageMatching not wanted
Replies: 9
Views: 6813

PageMatching not wanted

Is it possible to have a 'don't match page' option for a menu item?

I have a menu where two menu options link to the same page (there are two logical ways to navigate to the same information). When the user is on that page I'd like only the 'main' way to be highlighted, not both ways.

I originally ...
by pscs
Wed Sep 24, 2003 11:29 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: No Status Info in Opera 7
Replies: 13
Views: 8469

OK, the very latest 7.20 seems to work fine..

Sorry for the false alarm...

:oops:
by pscs
Wed Sep 24, 2003 11:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: No Status Info in Opera 7
Replies: 13
Views: 8469

The status bars themselves are there, they just don't show the status text.

I'm currently downloading the latest version of Opera 7.2, as the version I have is a week or so old...
by pscs
Wed Sep 24, 2003 10:45 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: No Status Info in Opera 7
Replies: 13
Views: 8469

OK, I've just had a play here, and I'm not sure if it's a bug in Opera or a setting I've got or something, but it seems to show the 'Title' attribute in the status bar

eg

if I have

<a title="testtitle" onMouseOver="status='teststatus';return true;">testing</a>

This is in Opera 7.2 (build 3087 ...
by pscs
Wed Sep 24, 2003 10:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: No Status Info in Opera 7
Replies: 13
Views: 8469

Hergio,

AllWebMenus Pro from http://www.likno.com does it in Opera 7.2

(I can't get Milonic's menus to do it - I can't actually get my own javascript to do it either, so I don't know how AllWebMenus does it..)
by pscs
Wed Sep 24, 2003 10:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with 'pagecolor'
Replies: 3
Views: 3201

This was with RC11...

I've tried it on both IE6 and Opera 7 and I get the same problem.

Is there anywhere I can email the full menu to so you can try with that?

(I could open a support issue if you want as we've got a corporate licence, but I prefer to do things in open forums if possible, so ...
by pscs
Wed Sep 24, 2003 10:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Page highlighting
Replies: 3
Views: 2974

With itemwidth can I set a percentage of the screen width?

I looked at itemwidth, but I can't set, for instance, each item to be '100' pixels wide as I don't know the width of the window (easily)
by pscs
Wed Sep 24, 2003 12:09 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: No Status Info in Opera 7
Replies: 13
Views: 8469

FWIW when trying out various different DHTML menu systems (before picking Milonic) some of them managed to show status text in Opera, so it must be possible...
by pscs
Tue Sep 23, 2003 10:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Page highlighting
Replies: 3
Views: 2974

Page highlighting

My first little wish items as a new user

I'd like to be able to set further attributes for the 'Page..' items, eg 'pagebold', 'pagedecoration' etc

Also, it'd be nice if a horizontal menu could be evenly spaced across the browser whatever width it was, rather than being squashed up at the left hand ...
by pscs
Tue Sep 23, 2003 10:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with 'pagecolor'
Replies: 3
Views: 3201

Problem with 'pagecolor'

If I have two menu items with similar URLs

eg

aI("text=Maps;url=maps.html;");
aI("text=Other Maps;url=other_maps.html");

Then, if I go to the 'other_maps.html' page, the page coloring is triggered on both the 'Maps' and 'Other Maps' items

Paul[/b]