Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/08/2014, 13:47
manelmanel8
 
Fecha de Ingreso: marzo-2012
Mensajes: 180
Antigüedad: 12 años, 8 meses
Puntos: 2
Volver a poner width 100%

Cuando apreto el boton con clase headerrrr p cambio los estilos, cuando vuelvo apretar el boton como puedo volver a poner el 100% del ancho?
Código PHP:
<script>
        $(
'nav').hide();
        $(
'.headerrrr p').click(function() {
            $(
'header').css("width","80%");
            $(
'header').css("position","fixed");
            $(
'header').css("right","0%");
            $(
'nav').toggle();        
        });
</script> 
Gracias