Need aide fichier .CSS

Statut
N'est pas ouverte pour d'autres réponses.

Volcans

Elite
bon vala

jai fais un site pour la team troll
ui le retour

jai mi un posteur de newz

il est nikel
il est en php

mi connait en code Html
mais bon

Y a un fichier .CSS pour le design du posteur de newz

et voudrai savoir si kelke pourrai me dire comment je peu faire pour avoir l'image "wallpaper2.jpg" en fond. la c une couleur bleue ki allait avec l'ancien site
mais bon sa change

voilà le code du fichier .css

thx


body {background-color: #00055b; scrollbar-face-color: #354785; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #1C2D67; scrollbar-arrow-color: #B8C8FE;}

p {font-family: Arial; font-size: 12px; margin: 5px; color: #aaaaaa;}

h1 {font-family: Arial; font-size: 34px; margin: 5px; color: #eeeeee;}



.titre {color: #FDFC65; font-weight: bold; font-size: 14px;}

.petit {font-family: Arial; font-size: 10px; margin: 5px; color: #FFFFFF;}

.gras {font-weight: bold;}



.bouton {background-color: #00055b; color: #FFFFAA; font-size: 12px; font-family: Arial; font-weight: bold;}

.bouton:hover {background-color: #00055b; color: #FDFC65; font-size: 12px; font-family: Arial; font-weight: bold;}



.normal1 {background-color: #00055b;}

.normal2 {background-color: #00055b;}

.hover {background-color: #00055b;}



a {color: #FFFFAA; text-decoration: none;}

a:hover {color: #FDFC65; text-decoration: underline;}

logikement le truc a modifier c :


body {background-color: #00055b; scrollbar-face-color: #354785; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #1C2D67; scrollbar-arrow-color: #B8C8FE;}


sur la ^premiere ligne

Background-color: #00055b; c pour une couleur mais il me fodrai la syntaxe ou le tag (c plus lekele c) pour introduire une image en Background

thx

tempis si vous connaissez po
 

DaBeast

Elite
je ne sais po si tu peux definir des images dans le css, sinon pk tu mets po ton image en arriere plan dans ton module de news ?

parce que si je me souviens bien, j'ai jamais vu de tag css pour une image.
 
1er
OP
Volcans

Volcans

Elite
euh oue thx kan mm
 
R

RedCross

ex membre
exemple :

Code:
body
{ 
background: #00FF00 url(prout.gif) no-repeat fixed top
}
 

titloup

Elite
Body{background:"Images/Favoris.gif";...}
 
1er
OP
Volcans

Volcans

Elite
Thx les gars
super sympas :D :D :D
 
1er
OP
Volcans

Volcans

Elite
euh lol sa marche po :S
 

Reload

motard casqué
ben non ça marche pas, c'est clair...
les css sont pratiques pour ne pas taper à chaque fois les tags font, color, etc... tes images, faut les mettres dans le code html, pas dans un css...
 
K

keep3r

ex membre
Reload a dit:
ben non ça marche pas, c'est clair...
les css sont pratiques pour ne pas taper à chaque fois les tags font, color, etc... tes images, faut les mettres dans le code html, pas dans un css...
:roll:
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut