Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/05/2013, 07:45
aculvi
 
Fecha de Ingreso: enero-2013
Mensajes: 55
Antigüedad: 11 años, 4 meses
Puntos: 1
Bootstrap no hace el RWD

En el header lo tengo declarado en este orden
Código:
<link type="text/css" rel="stylesheet" href="http://192.168.1.166/CSS/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="http://192.168.1.166/CSS/bootstrap-responsive.css" />
Tengo esta línea que me dice la resolucion de la pantalla.
Código:
<script>
        document.write(screen.width + " x " + screen.height)
</script>
Aqui no hace la redimensión.

Y también tengo este boton que no se tendria que ver nunca en el móvil y si que se ve
Código PHP:
<asp:Button id="b3" runat="server" Text="Exportar a CVS" Visible="false" CssClass="visible-desktop" />