Hello Roger,
I am bulding a website where I use the WPML Plugin. I having trouble with it so I had to built the navigation menu via the Wordpress menu. Now I am running into trouble cause I wld like to style the drop down. But I don´t know how and firebug was not a big help.
Normally I wld do this with this.
---
/* Superfish Dropdown Menu */
.sf-menu ul {
position:absolute;
margin-top:13px;
top:-999em;
width:11em; /* left offset of submenus need to match (see below) */
}
.sf-menu li li {
background-color: transparent;
position:relative;
margin-top:-3px;
border-left:0;
border-top:0;
}
.sf-menu li li:hover {
background-color:#990000;
margin-top:-3px;
}
---
But changes on that have no effect on my current menu. Do you have an advice for me?
Thanks in advance
A.