Search found 82 matches

by cubefree
Wed Sep 15, 2004 12:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not work on Macintosh in any browser
Replies: 8
Views: 6053

re: site, http://milonic.com.

I mean so far, I never seen Milonic menu work in IE for Mac with any site where I use his menu, so I'm curious why http://milonic.com does.

Did Andy stick to the most basic use of the JS files?
by cubefree
Tue Sep 14, 2004 10:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not work on Macintosh in any browser
Replies: 8
Views: 6053

Curious does the Milonic site itself work in IE for the Mac?

If so, why?
by cubefree
Tue Sep 14, 2004 10:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: link in PopUp menu not working
Replies: 0
Views: 2297

link in PopUp menu not working

Goto: http://cubefree.com/clients/star/dev/popup.php Mouseover the colored stars. Instruction box should popup. Click on link: >> Go to STAR Process (if you chose the first star) It should go to the next page. Using Version 5.47 - Built: Tuesday September 14 2004 - 14:13 IE6/Win2000 Work fine here: ...
by cubefree
Thu Aug 19, 2004 12:20 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: mac problem fixed
Replies: 3
Views: 2986

I think that in the Style sheet /* */ comments, should be /* \*/ (See http://www.quirksmode.org/css/csshacks.html) reads... First comment. Explorer 5 Mac misses the end-of-comment because of the backslash.
by cubefree
Wed Aug 18, 2004 4:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: vertical align attributes for text in menu items not working
Replies: 4
Views: 3241

No effect.

Code: Select all

aI("text=Home;url=http://milonic.com/;status=Back To Home Page;valign=top;");
by cubefree
Wed Aug 18, 2004 3:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: vertical align attributes for text in menu items not working
Replies: 4
Views: 3241

vertical align attributes for text in menu items not working

I dowloaded the sample, Horizontal Navigational Menu in .zip format http://www.milonic.com/download.php?sampleid=1 And replaced the 'Menu Samples' item code with the following: aI("text=Menu Samples Gets alot bigger;itemwidth=75;showmenu=Samples;"); Notice, the "Home" aI element ...
by cubefree
Fri Aug 13, 2004 12:06 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opera RTL (Hebrew & Arabic) submenu display problem
Replies: 4
Views: 3476

Yes, some users have experienced the same problem I am told in opera for the mac

http://www.cubefree.com/clients/star/dev/star/index.php

My menu is in the header as well... using ver5.37a
by cubefree
Sat Aug 07, 2004 8:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: New code release killed my popUp via image map
Replies: 5
Views: 3869

One issue though I have noticed for Mozilla 1.6, is it does not reinitialize setTimeout() a second time. So, if you go to: http://www.cubefree.com/clients/star/dev/star/star.php , you can go around the points of the STAR image once and get a popUp menu, but once it's executed it does NOT allow setTi...
by cubefree
Tue Aug 03, 2004 6:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: New code release killed my popUp via image map
Replies: 5
Views: 3869

:roll:

Oh my... major oops... not sure how it worked before either??... that is weird!!

OK, sorry for the distraction!

Back to work on the Tree!

:lol:
by cubefree
Mon Aug 02, 2004 9:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: New code release killed my popUp via image map
Replies: 5
Views: 3869

V5.37 did NOT make a difference either...

Curious if the new parameter, "ignoreCollisions" can help?

Anyone seen how this is used yet?
by cubefree
Sat Jul 31, 2004 8:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: New code release killed my popUp via image map
Replies: 5
Views: 3869

New code release killed my popUp via image map

New code release killed my popUp via image map. MOUSE OVER the star's points... you should get text popping up. Curious if the new parameter, "ignoreCollisions" can help? Working v5.33: http://cubefree.com/clients/star/dev/star/star.php New release v5.36 not: http://site230.webhost4life.co...
by cubefree
Thu Jul 22, 2004 5:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using an array to add an element
Replies: 3
Views: 3155

I gotta stop giving you these easy ones! Thx
by cubefree
Wed Jul 21, 2004 10:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Slow menu speed on Mac IE 5.1
Replies: 20
Views: 12584

Yes, IE for the mac is a dying browser, while certainly hundreds of thousands potentially still use old systems... at some point you have to draw a line in the sand ... as with Netscape 4.x. You could of course, add an alert box, telling them your site isn't going to display well and they should upg...
by cubefree
Wed Jul 21, 2004 10:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using an array to add an element
Replies: 3
Views: 3155

Using an array to add an element

I'm trying to use an array to generate a series: var attnEG = new Array(); attnEG[0] = "Text ONE"; attnEG[1] = "Text TWO"; // then .... later ... for (i=0;i++;i<attnEG.length) { aI("text="+attnEG[i]+";showmenu=blank;"); } But I don't get two separate elements....
by cubefree
Thu Jul 15, 2004 11:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: background images extend beyond the boundaries of the table
Replies: 4
Views: 3455

Re: background images extend beyond the boundaries of the ta

... reusing an inadvertant reply...

Yep, Andy that fixes it!
by cubefree
Thu Jul 15, 2004 5:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: background images extend beyond the boundaries of the table
Replies: 4
Views: 3455

background images extend beyond the boundaries of the table

Using v5.32 NS7 Win2K http://cubefree.com/clients/star/dev/star/ The first time I load this page in Netscape 7, the background image goes outside the boundaries of the menu -- even with menuwidth=202 and I've even put itemwidth=202 for all aI()s for the menu. See the table labeled "STAR Points ...
by cubefree
Tue Jul 13, 2004 7:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can Image Map open popUp at FIXED position??
Replies: 3
Views: 2962

Yes, of course! Does the popup function() take more than 4 arguments?
Thanks!
by cubefree
Tue Jul 13, 2004 2:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can Image Map open popUp at FIXED position??
Replies: 3
Views: 2962

Can Image Map open popUp at FIXED position??

Is it possible to make an image map popUp menus at a fixed position? Each browser seems to be slightly different in this regard. IE6/Firefox/Netscape - popUp position is relative to the cursor Opera7.23 - Opens exactly where the menu is defined in top and left properties http://cubefree.com/clients/...
by cubefree
Sun Jul 11, 2004 4:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: problems center menu
Replies: 10
Views: 6273

I'm using IE6, win2k.

Ruth, I'm a bit leary of putting "&nbsp;" in the middle of an aI() item.

Popups have failed due to the extra semi-colon in the middle. So I'll stay away from that one lest it fail in some browsers.

Thanks again for your posts!
by cubefree
Sat Jul 10, 2004 7:05 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: problems center menu
Replies: 10
Views: 6273

Hmmm.... none seemed to work Kevin, but aI("image="+DOM+"images/spacer.gif;imagewidth=100;imageheight=1"); does... Can't spend too much more time on it. But thank you both for trying. The descriptions for the properties are a little unclear in the properties lists. Not sure if th...