Widget:Mostrar en el hover

De Guild Wars 2 Wiki
Ir a la navegaciónIr a la búsqueda

Description

This widget takes text content wrapped in class="showonhover" and shows it when another element with class="hoverparent" is hovered over with the mouse.

Uso

Véase también: Plantilla:Guardarropa
<div class="hoverparent">
 <div class="showonhover hide">012345</div>
 <div class="someotherclass">ABCDEFG</div>
</div>
{{#Widget:Mostrar en el hover}}
012345
ABCDEFG

Notas

  • As with most widgets operating on HTML elements, this widget must be defined after the HTML it is to operate upon.