28172 sujets

CSS et mise en forme, CSS3

Bonjour, je voudrais savoir pourquoi lorsque je zoom ou dezoome le texte descend ou monte..

ici : http://jeys.zxq.net/

Mon css :

a écrit :
html, body {
margin: 0;
padding: 0;
}

body {
background-color: #070707;
background-image:url(./logo.jpg);
background-repeat:no-repeat;
background-position: center center;
background-attachment:fixed ;
height: 100px ;
font-family: arial;
font-size: 100%;
}

h1
{
font-family: arial ;
font-size: 9pt ;
color: white ;
font-style: italic ;
margin-left: 790px ;
margin-top: 430px ;

height: 1px ;
width: 150px ;

}

h2
{
font-family: arial ;
font-size: 9pt ;
color: #8a8a8a ;
font-style: italic ;
margin-left: 830px ;
margin-top: 15px ;

height: 1px ;
width: 150px ;
}

J'ai toujours pas compris.


Merci beaucoup
Modifié par iso_man (04 Oct 2010 - 08:14)
Bonjour,

Le texte donne l'impression de bouger, car l'interlignage est également modifié en cas de zoom/dézoom.
Bonjour,

Ton texte ne se décale pas, il reste toujours à la même place.
Ce qui bouge, c'est ton logo, qui est centré, et se décale par rapport à ton texte en fonction de la résolution.