Comment: y'a-t'il ne bonne âme pour m'aider avec les css?
| << Previous | Next >> |
Comment inspired from Macnana
Macnana :
Bon, tu peux voir mon soucisici
premier soucis : donc j'ai rajouté (en bas) width 100% mais ça ne marche pas (mon image fait 770px avec un bord blanc intégré donc je mets 0px pour les marges)
second soucis : le texte "decembrettes" que je voudrais supprimer car il se trouve sur mon bandeau... j'ai mis 0px en taille de police (voir souligné-gras) ça a fait passer ma police de 20px à plus petit mais n'a pas disparu... je ne sais pas où aller pour supprimer ce truc
#header_title { /* appears towards the top of the page -- see template script */ position: absolute; top: 0px; left: 0px; margin: 0; /* need for IE Mac */ padding: 0; font-size: 0px; font-weight: normal; color: #666; }
#header_title a { /* link to the home page */ color: #666; text-decoration: none; }
#header_title a:hover { /* about to click */ color: #ffa500; text-decoration: none; }
@media screen { /* only on large screens */
#header_title a { /* add an image on the left */ display: block; /* to add margins and padding */ position: relative; padding-top: 250px; /* (image height - font size) / 2 */ background-image: url('images/bandeau.png'); background-position: 0 0; background-repeat: no-repeat; width: 100%;
Nath_gourde
Bon, tu peux voir mon soucisici
premier soucis : donc j'ai rajouté (en bas) width 100% mais ça ne marche pas (mon image fait 770px avec un bord blanc intégré donc je mets 0px pour les marges)
second soucis : le texte "decembrettes" que je voudrais supprimer car il se trouve sur mon bandeau... j'ai mis 0px en taille de police (voir souligné-gras) ça a fait passer ma police de 20px à plus petit mais n'a pas disparu... je ne sais pas où aller pour supprimer ce truc
#header_title { /* appears towards the top of the page -- see template script */ position: absolute; top: 0px; left: 0px; margin: 0; /* need for IE Mac */ padding: 0; font-size: 0px; font-weight: normal; color: #666; }
#header_title a { /* link to the home page */ color: #666; text-decoration: none; }
#header_title a:hover { /* about to click */ color: #ffa500; text-decoration: none; }
@media screen { /* only on large screens */
#header_title a { /* add an image on the left */ display: block; /* to add margins and padding */ position: relative; padding-top: 250px; /* (image height - font size) / 2 */ background-image: url('images/bandeau.png'); background-position: 0 0; background-repeat: no-repeat; width: 100%;
Nath_gourde
This comment has inspired:
by Macnana on Oct. 18 2006