View Full Version : Hi i am having problem with DDsmooth menu
waqar
06-08-2009, 07:52 AM
1) Script Title: DDsmooth menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm
3) Describe problem: I have probelm with ddsmooth meun in IE6 when i hover on the menu it closes please help
see it here http://www.dominiongroupltd.com/test
It works fine on Firefox but having problem with IE
ddadmin
06-09-2009, 07:25 AM
This is due to the Flash object that's below the menu that's overlapping the drop down menus when they drop down. Try adding:
wmode=transparent
inside your Flash code. There are a few threads on this, such as: http://www.dynamicdrive.com/forums/showthread.php?t=37541
waqar
06-10-2009, 07:09 AM
I did that but stilll it closing when hover on IE6. it is not hiding behind i canot select the last link on drop down because it closing
waqar
06-10-2009, 09:29 AM
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background-color:#000000; /*background of menu items (default state)*/
color: #393939;
padding: 8px 10px;
text-decoration: none;
}
when i take out background color from this it works fine on FF but in IE the menu wont behave correctly it wont let me to hover to the last submenu it closes
but if i put background color it works fine
any help please
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.