CMS Development

dredgie
Participante

Navigation "No Link" option

resolver

Hello - I've built a menu with the top layer options having "No Link", yet when I roll the mouse over the option, it still changes from an arrow to a hand and highlights as if the option is an active link. Does anyone know why?

 

Thanks!

 

Simon.

0 Me gusta
1 Soluciones aceptada
stefen
Solución
Asesor destacado | Partner
Asesor destacado | Partner

Navigation "No Link" option

resolver

@dredgie in your stylesheet you could add the following to fix the issue:

a[href="javascript:;"] {
    cursor: default;
}
Stefen Phelps, Community Champion, Kelp Web Developer

Ver la solución en mensaje original publicado

0 Me gusta
2 Respuestas 2
stefen
Solución
Asesor destacado | Partner
Asesor destacado | Partner

Navigation "No Link" option

resolver

@dredgie in your stylesheet you could add the following to fix the issue:

a[href="javascript:;"] {
    cursor: default;
}
Stefen Phelps, Community Champion, Kelp Web Developer
0 Me gusta
dredgie
Participante

Navigation "No Link" option

resolver

Thanks, @stefen - I will give that a shot.

 

Much appreciated!

0 Me gusta