Oops not with the alert but still there!
Sorry
Sean
Search found 5 matches
- Wed Apr 03, 2002 1:00 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: IE 5.5 on NT4
- Replies: 10
- Views: 9896
- Wed Apr 03, 2002 12:43 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: IE 5.5 on NT4
- Replies: 10
- Views: 9896
Re: IE 5.5 on NT4
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 ...
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 ...
- Wed Apr 03, 2002 12:10 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: IE 5.5 on NT4
- Replies: 10
- Views: 9896
Re: IE 5.5 on NT4
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
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
- Fri Mar 29, 2002 2:54 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: IE 5.5 on NT4
- Replies: 10
- Views: 9896
Re: IE 5.5 on NT4
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 ...
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 ...
- Fri Mar 29, 2002 11:47 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: pop-up
- Replies: 10
- Views: 9285
Re: pop-up
Thank you very much for your reply.
I probably explained my concern wrong.
In your code you offer the position of the pop up (top=50,left=50) ... when I enter these figures (50) the pop up might look ok with a screen resolution 800 x 600 but with 1024 x 768 this pop up is hanging somewhere on the ...
I probably explained my concern wrong.
In your code you offer the position of the pop up (top=50,left=50) ... when I enter these figures (50) the pop up might look ok with a screen resolution 800 x 600 but with 1024 x 768 this pop up is hanging somewhere on the ...