Search found 51 matches

by henrik@itide.dk
Thu Sep 09, 2004 10:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Mouseover gives border problems
Replies: 1
Views: 2004

Mouseover gives border problems

Look at
http://tannoy.tc.itide.dk/

At mouseover the bottom border fades in the submenus.

Can anybody help?

Thanks

Henrik
by henrik@itide.dk
Mon May 17, 2004 2:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Safari problems
Replies: 3
Views: 2743

Still not working

Thanks for your reply.

I have now corrected the things you recommended, but still the same result on my Mac. What about you?

I am using the Milonic menu with a CMS system, and the two menus are not written at the same time.


Thanks

Henrik
by henrik@itide.dk
Mon May 17, 2004 1:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Safari problems
Replies: 3
Views: 2743

Safari problems

Take a look at http://minicrosser.itide.dk/ With a Safari 1.2 browser. 1) Problem with position There are two Milonic top menu's. The menu to the left is OK, but the menu to the right is in the wrong position. 2) Problem with padding I have 9px padding to the left of each submenuitem. It is not work...
by henrik@itide.dk
Mon Dec 15, 2003 11:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Use of on- and offstyle property
Replies: 10
Views: 6139

Hi Maz

Do you have an example, where you want/have tried to use the inline css style ?

Henrik
by henrik@itide.dk
Mon Dec 15, 2003 10:54 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Use of on- and offstyle property
Replies: 10
Views: 6139

Hi Ruth I gave up using the on- & offclass. As you can see at http://www.dynaudioacoustics.com I only use the style properties and gif-images to get the wanted padding. I couldn't get the padding style property to work in some browsers. I also use RC9 because RC30 is too slow in some Mac Browser...
by henrik@itide.dk
Thu Dec 11, 2003 8:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Use of on- and offstyle property
Replies: 10
Views: 6139

Mac Version

Hi maz I will do that if that happens :) I hope that Andy soon will make an example at milonic.com with the use of on- / offclass and some explanation of the structure of the menu, so it is easier to style the menu with a stylesheet. A last thing: I wrote that my first problem was an MAC IE 5.1.7. I...
by henrik@itide.dk
Wed Dec 10, 2003 2:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Use of on- and offstyle property
Replies: 10
Views: 6139

Use of on- and offstyle property

One again I have tried to use the on- & offclass at the site http://www.dynaudioacoustics.com/Default.asp?Id=2542 It works fine except in MAC IE 5.1.2 Here it looks very bad on mouseover. My style sheet looks like this: td.MenuOff { font-size:10px; font-weight:bold; font-family:verdana, arial, s...
by henrik@itide.dk
Mon Dec 08, 2003 10:43 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Conversion help needed. Embeding in table cell & Flash/M
Replies: 3
Views: 3200

Flash

About flash take a look at

viewtopic.php?t=2983

and

viewtopic. ... ight=flash

Henrik
by henrik@itide.dk
Thu Dec 04, 2003 8:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Mac IE submenu offset problems!!
Replies: 5
Views: 4226

No you should not remove one of the drawmenu commands. It should work with two calls. That is the trick to get the menu to work in MAC IE.

First the submenus in the headsection and then mainmenu in the bodysection. That worked for me :-)

Henrik
by henrik@itide.dk
Wed Dec 03, 2003 8:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Mac IE submenu offset problems!!
Replies: 5
Views: 4226

The submenus are called before mainmenu in

http://milonic.com/menusample.php?sampleid=9

So two drawMenus() calls

Perhaps you will get the problem in

viewtopic.php?t=3144

Hope it helps

Henrik
by henrik@itide.dk
Tue Dec 02, 2003 4:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Flash and submenus
Replies: 3
Views: 4116

Hi All I have now read http://forum.milonic.com/viewtopic.php?t=2983 and tried Kevins code. It worked at the Windows platform but not on Mac. But after I changed function mm_setDivVisibility to the following it helped. function mm_setDivVisibility(divID, state) { if (document.layers && docum...
by henrik@itide.dk
Mon Dec 01, 2003 11:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Flash and submenus
Replies: 3
Views: 4116

Flash and submenus

Hi

I have a problem with a flash movie on the site

http://www.recommended.com/?Id=2

on MAC SAfari, MAC IE, WIN Opera and perhaps other browsers. The menu is hidden by the flashmovie.

Any help ?

Thanks

Henrik
by henrik@itide.dk
Fri Nov 21, 2003 5:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC26
Replies: 5
Views: 4938

Hi John I have just made a "hack". I have found out that the problem came at the first call of drawMenus. I inserted a dummy main menu together with the submenus and that solved it :? ------------- with(recommended=new menuname("main")){ style=style3; alwaysvisible=1; orientation...
by henrik@itide.dk
Fri Nov 21, 2003 2:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC26
Replies: 5
Views: 4938

Wrong again

Hi John I have found the error. If you download the example http://www.milonic.co.uk/menusample.php?sampleid=9 you will see the error in WIN IE6. The problem came after I solved the problem with the submenu position in MAC IE. If you can remember it I solved it by drawing the submenus before the mai...
by henrik@itide.dk
Thu Nov 20, 2003 8:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC26
Replies: 5
Views: 4938

After some more test I think this error is caused by my own code. It comes and goes :oops:

Sorry that :D

Henrik
by henrik@itide.dk
Wed Nov 19, 2003 10:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC26
Replies: 5
Views: 4938

RC26

I get following error at the page http://www.recommended.com/?Id=4:

Microsoft JScript runtime error: Object required

in mmenudom.js and the function
function gpos

h=_gm.offsetHeight

Is there a parameter I need to set ?

Henrik
by henrik@itide.dk
Tue Nov 18, 2003 1:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC23 - Sub menu offset problems on MAC
Replies: 21
Views: 12351

Fixed problem

Hi John I have fixed the problem by following the example http://www.milonic.co.uk/menusample.php?sampleid=9 On MAC IE it is important that the submenus are called before the mainmenu. So two drawMenus() calls. See the result at http://www.recommended.com/?Id=58 The only problem I have left is the p...
by henrik@itide.dk
Sat Nov 15, 2003 8:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC23 - Sub menu offset problems on MAC
Replies: 21
Views: 12351

Hi John

I have decided to make a workaround, and make the menu static with menuscript files to

MAC IE 5.1 OS9
MAC IE 5.2 OSX
The rest :D

with different position attributes !

Thanks for a very good menu and quick reponse in this forum :D

Henrik
by henrik@itide.dk
Fri Nov 14, 2003 9:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC23 - Sub menu offset problems on MAC
Replies: 21
Views: 12351

I have tried to use only the cssclass property, but it didn't help. The problem was still there :( I even got some style problems with MAC IE 5.2.3. So back to DIV tags! I even tried another menu but it had the same problem. It is a bit odd that we don't see the same with the same browsers. I have n...
by henrik@itide.dk
Fri Nov 14, 2003 4:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: RC23 - Sub menu offset problems on MAC
Replies: 21
Views: 12351

Still a problem i RC24

Hi All I will try to illustrate my problems on the site http://www.recommended.com/?Id=58 Problem with the mainmenu at MAC OSX IE5.2. It should look like this http://www.recommended.dk/script/MAC_Safari_mainmenu.jpg But look like this http://www.recommended.dk/script/MAC_IE_OSX_mainmenu.jpg Problem ...