lucas1407 Posted July 19, 2011 Report Share Posted July 19, 2011 tem como fazer uma laregura em 100%, mas fixa?eu não quero algo como 800px, porque depedendo do pc fica ruim o tamanho,m então quero 100% mesmo mas sem diminuir ela quando diminui o tamanho do browser.Vlw. Quote Link to comment Share on other sites More sharing options...
0 Markus Magnus Posted July 19, 2011 Report Share Posted July 19, 2011 só com javascript os códigos abaixo pegam o tamanho da resolução da tela do usuárioai é só fazer uma função que determine o tamanho dos objetos em relação ao atributo screen.width ou height etc etc<script>document.write("Largura: "+screen.width+"<br />");document.write("Altura: "+screen.height+"<br />");document.write("Largura visível: "+screen.availWidth+"<br />");document.write("Altura visível: "+screen.availHeight+"<br />");</script>espero ter ajudadoabraços Quote Link to comment Share on other sites More sharing options...
0 lucas1407 Posted July 19, 2011 Author Report Share Posted July 19, 2011 vlw aew Markus, mas não entendi 100%.o que eu ponho depois para ficar os 100%? Quote Link to comment Share on other sites More sharing options...
0 _Vinny_ Posted July 21, 2011 Report Share Posted July 21, 2011 Para isso, você adicionar ao CSS:min-width: 1000px;Isso define uma largura minima, mesmo que a resolução seja menor, a largura continuará 1000px. Achei a sua duvida meio que esquisita, pois definir largura fixa com um valor fluido, é meio complicado. Quote Link to comment Share on other sites More sharing options...
Question
lucas1407
tem como fazer uma laregura em 100%, mas fixa?
eu não quero algo como 800px, porque depedendo do pc fica ruim o tamanho,m então quero 100% mesmo mas sem diminuir ela quando diminui o tamanho do browser.
Vlw.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.