[HELP !] Insérer une bannière sur un CSS

Insérer une bannière sur un CSS [HELP !] - HTML/CSS - Programmation

Marsh Posté le 13-07-2013 à 20:24:26    

Bonjour à tous
 
J'ai cherché partout sur le net, sans succès, comment insérer une bannière en haut d'un site en utilisant la feuille de style CSS.
Le site est vieux et en spip du coup je ne peux passer que par là pour améliorer le graphisme sans tout foutre en l'air.
 
Voilà comment se présente mon CSS :

Code :
  1. /* CSS Document */
  2. balise
  3. {
  4.     margin: 15px; /* Pour les autres navigateurs */
  5.     ma\rgin: 20px; /* Pour IE6 et IE7 */
  6. }
  7. body {
  8. background-color: #FFFFFF;
  9. font-family: Verdana, Arial, Helvetica, sans-serif;
  10. }
  11. a {
  12. text-decoration: none;
  13. color: #990000;
  14. }
  15. a:hover {
  16. text-decoration: underline;
  17. color: #990000;
  18. }
  19. ul {
  20. padding-left: 0.3em;
  21. padding-right: 0.3em;
  22. margin-left: 0;
  23. font-size: 10px;
  24. list-style-position: inside;
  25. list-style-type: disc;
  26. }
  27. p {
  28. text-align: justify;
  29. }
  30. .chapo {
  31. font-weight: bold;
  32. border-top-width: 1px;
  33. border-right-width: 1px;
  34. border-bottom-width: 1px;
  35. border-left-width: 1px;
  36. border-top-style: solid;
  37. border-right-style: none;
  38. border-bottom-style: solid;
  39. border-left-style: none;
  40. border-top-color: #666666;
  41. border-right-color: #666666;
  42. border-bottom-color: #666666;
  43. border-left-color: #666666;
  44. }
  45. #chemin {
  46. font-size: 10px;
  47. text-align: right;
  48. }
  49. #centrale {
  50. font-size: 11px;
  51. }
  52. #centrale h1 {
  53. font-size: 20px;
  54. color: #666666;
  55. margin: 0;
  56. }
  57. #centrale h2 {
  58. font-size: 15px;
  59. margin: 0;
  60. }
  61. #centrale h1.une {
  62. font-size: 13px;
  63. margin: 0;
  64. }
  65. #centrale h2.une {
  66. font-size: 11px;
  67. margin: 0;
  68. }
  69. #centrale p.une {
  70. margin: 0;
  71. }
  72. table.spip {
  73. font-size: 11px;
  74. }
  75. .encart_titre {
  76. font-family: Arial, Verdana, Helvetica, sans-serif;
  77. font-size: 14px;
  78. //text-align: center;
  79. color: #FFFFFF;
  80. background-color: #FF0000;
  81.         border-radius: 10px;
  82. border: thin solid #000000;
  83. letter-spacing: 0.1em;
  84. padding-left: 0.5em;
  85. }
  86. .encart {
  87. font-family: Arial, Verdana, Helvetica, sans-serif;
  88. font-size: 12px;
  89. color: #000000;
  90. border-right-width: thin;
  91. border-bottom-width: thin;
  92. border-left-width: thin;
  93. border-right-style: solid;
  94. border-bottom-style: solid;
  95. border-left-style: solid;
  96. border-right-color: #000000;
  97. border-bottom-color: #000000;
  98. border-left-color: #000000;
  99. padding: 2px;
  100. }
  101. li.puce {
  102. list-style-image: url(puce.gif);
  103. list-style-position: inside;
  104. }
  105. .notes {
  106. font-size: 9px;
  107. }


 
J'ai ajouté une image "BANNIERE.GIF" via filezilla sur le serveur, mais je n'arrie pas à la faire apparaitre sur le site en utilisant la feuille CSS.

Reply

Marsh Posté le 13-07-2013 à 20:24:26   

Reply

Marsh Posté le 15-07-2013 à 11:55:46    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed