Jump to content
Fórum Script Brasil
  • 0

largura em 100%, mas fixa


lucas1407

Question

3 answers to this question

Recommended Posts

  • 0

só com javascript os códigos abaixo pegam o tamanho da resolução da tela do usuário

ai é 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 ajudado

abraços

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...