Forum de discussion
Forum « Programmation HTML » (archives)
Re: problème de résolution
Envoyé: 19 janvier 2005, 8h45 par Oznog
Ça dépend beaucoup du type d'architecture et il y en a! Du cas par cas.
Les astuce, pas grand chose à part le pourcentage/centrage.
Dans ton cas, j'imagine sans avoir ton code, tu pourrais centrer l'image de fond. Une seule façon de faire, en CSS.
<body style="background-image: url("/images/fond.jpg");background-repeat: no-repeat;background-position: center;">
Si la construction au dessus est centré. text-align:center en CSS :
<body style="text-align:center;background-image: url("/images/fond.jpg");background-repeat: no-repeat;background-position: center;">
Ciao
Oznog
Réponses
|