Cita:
Iniciado por omar_gutierrez
Dejare el esqueleto del proyecto que tengo por si alguien lo llega a requerir
Código HTML:
<div id="MENU" style="display:none; position:relative; top: 100px; z-index:999; padding:0; border:0;">
<button id="maquila" style="color:#fff; background-color:#f00; width:140px; padding:0; border:0; margin:0;" onclick="maquilair()" type="button">Ir a maquila</button>
<button id="lejos" style="color:#fff; left: 315px; background-color:#f00; width:140px; padding:0; border:0; margin:0;" onclick="lejosir()" type="button">Ir Lejos</button>
<button id="lejos" style="color:#fff; left: 315px; background-color:#f00; width:140px; padding:0; border:0; margin:0;" onclick="altoteir()" type="button">Super alto</button>
<button id="repetir" style="z-index:99999; color:#fff; left: 315px; background-color:#f00; width:140px; padding:0; border:0; margin:0; display:none;" onclick="otravez()" type="button">¡OTRA VEZ!</button>
</div>
Todos esos estilos aplicados en HTML y no en CSS me dan dolor de cabeza.