← Desenvolvimento

Dúvida sobre background

Lida 1561 vezes

Offline

Kareca 
Membro
Mensagens 2 Gostos 0
Troféus totais: 12
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 2 Level 1 First Post Karma Fifth year Anniversary Fourth year Anniversary Third year Anniversary

Olá, como é que se mete 1 background auto-ajustável conforme o tamanho da janela.
Offline

Pedro Lopes 
Beta tester
Mensagens 3568 Gostos 18
Feedback +6

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3

CSS3:

Código: (css) [Seleccione]
body {
 background: url('images/bg.jpg') no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

Não funciona no IE, não sei funciona nos IE's mais recentes, mas nos antigos tenho a certeza que não. Mas se quiseres podes procurar solução em javascript.
Offline

Kareca 
Membro
Mensagens 2 Gostos 0
Troféus totais: 12
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 2 Level 1 First Post Karma Fifth year Anniversary Fourth year Anniversary Third year Anniversary

Olá Pedro Lopes,

Obrigado pela tua ajuda, se me poderes ajudar com a solução em javascript agradeço :)
Offline

FilipeMacau 
Membro
Mensagens 47 Gostos 0
Troféus totais: 17
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 3 Level 2 Level 1 10 Posts First Post Signature Karma

Já agora estou com a mesma dúvida :'x