I'm not seeing that, the line does linger for a brief period, but it doesn't stay around long enough to bother anyone, except maybe you. The developer is always more sensitive to these sorts of things than is the end user.
Now, that's not to say it should do that. In fact this is a bug of sorts with this menu (see the bug report):
http://www.dynamicdrive.com/forums/s...ad.php?t=39177
and you will see that it gets much worse with a 3rd level sub menu.
The solution for now is to turn off the shadow. If this is only a problem for you in IE, we can turn it off just for that browser:
Code:
//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
//** Menu created: Nov 12, 2008
//** Dec 12th, 08" (v1.01): Fixed Shadow issue when multiple LIs within the same UL (level) contain sub menus: http://www.dynamicdrive.com/forums/showthread.php?t=39177&highlight=smooth
var ddsmoothmenu={
//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
arrowimages: {down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']},
transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
shadow: {enabled:true, offsetx:5, offsety:5},
/*@cc_on @*/
/*@if(@_jscript_version >= 5)
shadow: {enabled:false},
@end @*/
///////Stop configuring beyond here///////////////////////////
detectwebkit: navigator.userAgent.toLowerCase().inde . . .
Bookmarks