peterpah Posted May 7, 2013 at 02:20 PM Report #506103 Posted May 7, 2013 at 02:20 PM (edited) Boas tenho um problema com o css de uma pagina que estou a fazer Tipo a pagina normal e assim http://s1069.photobucket.com/user/thepeterpah/media/Semtiacutetulo_zpsc0fb69bf.png.html?sort=3&o=1 Mas quando se faz alguma transferência ou se mete em ecrã completo fica algo assim. http://s1069.photobucket.com/user/thepeterpah/media/Semtiacutetulo2_zpsac964a5b.png.html?sort=3&o=0 O css da moldura e do container e o seguinte #container { width: 863px; height: 555px; position: absolute; top: 50%; left: 50%; margin-left: -415px; margin-top: -261px; } #moldura{ top: 50%; left: 50%; margin-left: 259px; margin-top: 65px; } Alguém me pode ajudar ?? Edited May 8, 2013 at 05:14 PM by brunoais geshi + titulo
fteixeira1993 Posted May 7, 2013 at 04:44 PM Report #506135 Posted May 7, 2013 at 04:44 PM Ola 🙂 , Experimenta usar: html{ width: 100%; height: 100%; }
HappyHippyHippo Posted May 8, 2013 at 09:03 AM Report #506222 Posted May 8, 2013 at 09:03 AM tens o css com tamanhos definidos à teu tamanho da janela : #container { margin-left: -415px; margin-top: -261px; } #moldura{ margin-left: 259px; margin-top: 65px; } enquanto tiveres isso, basta redimensionar a janela que irá ficar tudo mal ... IRC : sim, é algo que ainda existe >> #p@p Portugol Plus
peterpah Posted May 8, 2013 at 12:57 PM Author Report #506253 Posted May 8, 2013 at 12:57 PM entao meto em percentagem?
brunoais Posted May 8, 2013 at 05:12 PM Report #506292 Posted May 8, 2013 at 05:12 PM sim "[Os jovens da actual geração]não lêem porque não envolve um telecomando que dê para mirar e atirar, não falam porque a trapalhice é rainha e o calão é rei" autor: thoga31 Life is a genetically transmitted disease, induced by sex, with death rate of 100%.
peterpah Posted May 12, 2013 at 09:24 PM Author Report #507035 Posted May 12, 2013 at 09:24 PM mas em diferentes resoluções fica mal outra vez como faço?
I-NOZex Posted June 1, 2013 at 03:42 PM Report #510426 Posted June 1, 2013 at 03:42 PM creio que o que falta seja um display na moldura... block ou inline-block, nao te sei dizer qual sem o codigo, mas testa é assim que eu corrijo os meus erros, testando o que me vem a mente (: B2R » Beat2Revolution v3.0b | Regista e divulga-nos beat2revolution.net
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now