Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:42

IE 5.5 on NT4


Poster: John
Dated: Monday April 15 2002 - 16:03:17 BST

Hi Andy,

Just a reminder of the problem with IE5.5 on NT4 in which the menu left and top edges experience a strange clipping problem. Hopefully, it can be addressed in a near-term release.
Thanks
Andre

Re: IE 5.5 on NT4


Poster: seang __at__ space.net.au
Dated: Friday March 29 2002 - 13:54:15 GMT

Hi there,

Same problem (not just NT)

I set the padding to 2 and it looked great in IE6 and all NS that I have...however in IE5 (well 5.5) it cut the first ~5 pixels off the front of the submenu (drop down) - thus chopping the first letter of each item off....

I would prefer not to set the padding to 4 or greater as it looks a little spaced out...

http://www.younggunswa.com/staging/grd/

I tested it with the zipped example just see if I had the settings OK...same problem but not quite as obvious due to the colours. And the last menu item, 'other', with the 'effect' worked???

Any ideas.

Cheers
Sean

Re: IE 5.5 on NT4


Poster: pquinn __at__ sempra.com
Dated: Friday March 29 2002 - 22:21:47 GMT

Just checking in to see if there has been a resolution to this problem. I have the same issue with IE 5.5 on NT4. Thanks in advance.

Best,
Patrick

Re: IE 5.5 on NT4


Poster: yadin
Dated: Sunday March 31 2002 - 7:14:18 BST

Hopefully Andy can reproduce this, I have not seen this issue occur. I have checked the site listed by Sean and see no problem.
Regards,
Yadin

Re: IE 5.5 on NT4


Poster: Andy
Dated: Sunday March 31 2002 - 20:39:24 BST

Happens to me on IE 5.5 w/ Win98.
All the computers in my school district have this config

Re: IE 5.5 on NT4


Poster: ikalair __at__ hotmail.com
Dated: Wednesday April 3 2002 - 4:01:59 BST

I've also experienced this problem. It works fine with IE 5.0 and IE 6.0 but there appears to be a clipping problem with IE 5.5. I've seen this problem on Win98 and Win2000 (the only two platforms i tested).

Re: IE 5.5 on NT4


Poster: Andy
Dated: Wednesday April 3 2002 - 11:44:43 BST

It's related to the effects.

There is a bug in IE5.5 when you use Fade, Drop Shadow and Alpha.

You can try removing the Alpha effect and see if that helps

-- Andy

Re: IE 5.5 on NT4


Poster: seang __at__ space.net.au
Dated: Wednesday April 3 2002 - 12:10:37 BST

Thanks Andy,

That's done it...shame I like the fade effect.

Just a note not anyone who is interested if you put the cell padding up to about 6 (or at least greater that 4) it is not so noticable.

Thanks

Sean

Re: IE 5.5 on NT4


Poster: seang __at__ space.net.au
Dated: Wednesday April 3 2002 - 12:43:34 BST

So a work around could be............

ie5_5=(navigator.userAgent.indexOf("MSIE 5.5")!=-1)?true:false
alert(navigator.userAgent)
if(ie5_5){
effect = "Fade(duration=0.3);Shadow(color='#999999', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
}else{
effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)"
}

replacing the
effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

This also could be done serverside.

Re: IE 5.5 on NT4


Poster: seang __at__ space.net.au
Dated: Wednesday April 3 2002 - 13:00:01 BST

Oops not with the alert but still there!

Sorry

Sean

Re: IE 5.5 on NT4


Poster: Andy
Dated: Wednesday April 3 2002 - 13:12:57 BST

Yeah, that's what we do now. I'll get some code put together later and post it up.

-- Andy