Log in

View Full Version : Smooth Navigational Menu (v1.3) behavior on different browzer



deji
08-23-2009, 09:19 PM
help on Smooth Navigational Menu (v1.3) behavior on different browser

deji
08-23-2009, 09:31 PM
Please I need help.This work fine in Mozilla and Netscape!

Am trying to use both the horizontal and vertical menus with this j query. While the horizontal is showing well, the vertical is not showing well in my internet explorer when I have three step menus except when I hover over the link:

how can I control the css file to allow it to work.

like what do I need to add this css:

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

ddadmin
08-24-2009, 06:21 AM
Please be more specific- not working how? A link to the problem page would help.