VinceGorski
06-15-2009, 11:52 AM
1) Script Title: Smooth Navigational Menu (v1.3)
2) Script URL (on DD):
www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm
3) Describe problem:
This problem is with respect to the horizontal menu bar.
In Firefox the shadowing works perfectly. In IE the shadowing remains after you move off the selection and displays as a gray box below the menu bar.
Please see website www.TheGorskiFirm.com
In the .js file I tried changing the following "offsetx" and "offsety" to zero and changed the "enabled:true" to "enabled:false" but the shadow still appears in IE:
transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
shadow: {enabled:true, offsetx:5, offsety:5},
How can I either fix this IE issue or remove it from IE all together. Any help is appreciated.
2) Script URL (on DD):
www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm
3) Describe problem:
This problem is with respect to the horizontal menu bar.
In Firefox the shadowing works perfectly. In IE the shadowing remains after you move off the selection and displays as a gray box below the menu bar.
Please see website www.TheGorskiFirm.com
In the .js file I tried changing the following "offsetx" and "offsety" to zero and changed the "enabled:true" to "enabled:false" but the shadow still appears in IE:
transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
shadow: {enabled:true, offsetx:5, offsety:5},
How can I either fix this IE issue or remove it from IE all together. Any help is appreciated.