fond + banniére fond??? Bouton_activefond + banniére fond??? Bouton_hoverfond + banniére fond??? Fb-hoverfond + banniére fond??? Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
fond + banniére fond??? EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
fond + banniére fond??? EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
fond + banniére fond??? EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
fond + banniére fond??? EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
fond + banniére fond??? EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
fond + banniére fond??? EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
fond + banniére fond??? EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
fond + banniére fond??? EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le Deal du moment :
Réassort du coffret Pokémon 151 ...
Voir le deal

Partagez
 

fond + banniére fond???

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
Bonjour voila
je viens de remarqué sur un forum
qu'ils ont mit un fond et une banniére fond?
comment cela es ce possible?
CSS? template?
si quelqu'un pourrais me dire
merciii

(site exemple: http://www.new-york-city-life.com/ )
MessageSujet: fond + banniére fond???   fond + banniére fond??? EmptyLun 15 Fév 2010, 06:55
Revenir en haut Aller en bas
http://captain-pullip.forumgratuit.org/
Nashii
Nashii
{ Membre actif }
{ Membre actif }

Féminin Messages : 516



fond + banniére fond??? Empty
Salut,

Je suis contente car je viens de faire la même chose sur mon forum test :p
> ICI

Bon en faite il s'agit du css ^^.

Voici le code :

Code:

/* Pour forum */

td {
  border: none;
-moz-border-radius: 10px;
}


body
{
background-color: #e6e3e3;
background-image: url(comme page body);
background-repeat: repeat-y;
background-position: top center;
}

#i_logo
{
background-image: url(Lien image logo *la bannière*);
width: 950px;
height: 572px;
margin-top: -19px;
margin-bottom: -19px;
background-position: top-center;
}

.bodylinewidth
{
max-width: 950px;
margin: auto;
}

.forumline
{
max-width: 880px;
margin-auto;
border: 1px #820707 solid;
}

table
{
max-width: 880px;
-moz-border-radius: 5px;
}

#page-body
{
background-image: url(Lien image qui va se répété partout sur le forum*en gros le fond*);
background-repeat: repeat-y;
max-width: 950px;
padding-left: 40px;
padding-right: 40px;
margin: auto;
background-position: center;
}

#page-footer
{
background-image: url(Lien image en bas du forum*sur mon fofo test c'est la ville et la fille*);
background-position: center;
background-repeat: no-repeat;
width: 950px;
height: 175px;
margin-bottom: -40px;
}

Après à toi de bidouillé c'est le css de mon forum test :p donc mis spécialement.
Par contre sur IE sa marche pas... ^^" sa merdouille .
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyLun 15 Fév 2010, 07:50
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
je comprend pas trop excuse moi :/

malgré que je met un lien pour le fond
ça me copie plein de fois la banniére :/

voila ce que ça me fait

http://creationfg.bbflash.net/index.htm
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyLun 15 Fév 2010, 16:08
Revenir en haut Aller en bas
http://destin-infernal.forumsrpg.com
Sylveer
{ Membre }
{ Membre }

Masculin Messages : 11



fond + banniére fond??? Empty
Pour faire plus simple, essaie ce code ^^ :
Code:
body {
background-image: url("url de l'image de fond");
background-repeat: repeat-y;
background-position: top center;
}
#i_logo
{
background-image: url("url du logo");
background-position: top-center;
background-repeat: no-repeat;
}

Cela revient un peu au même que Nashii, mais sans tout le reste. Wink
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyLun 15 Fév 2010, 17:19
Revenir en haut Aller en bas
http://captain-pullip.forumgratuit.org/
Nashii
Nashii
{ Membre actif }
{ Membre actif }

Féminin Messages : 516



fond + banniére fond??? Empty
^^" *décidement sylver j'adore trop ton personnage ^^" enfin bon *

Sinon le code que tu as mis en fond n'est que la banniere

Code:
http://i46.tinypic.com/5x7j0n.png

Il faut le mettre en tant que logo.
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyLun 15 Fév 2010, 17:59
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
Sylveer a écrit:
Pour faire plus simple, essaie ce code ^^ :
Code:
body {
background-image: url("url de l'image de fond");
background-repeat: repeat-y;
background-position: top center;
}
#i_logo
{
background-image: url("url du logo");
background-position: top-center;
background-repeat: no-repeat;
}

Cela revient un peu au même que Nashii, mais sans tout le reste. Wink

pareil ça ne fonctionne pas :/
je comprend pas ce que je fais de travers
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyMer 17 Fév 2010, 15:55
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



fond + banniére fond??? Empty
On peut voir ton CSS entier?
Tu peux toujours essayer ceci:
Code:
body {
background-image: url("url de l'image de fond");
background-repeat: repeat-y;
background-position: top center;
}
#i_logo
{
background-image: url("url du logo");
background-position: top-center;
background-repeat: no-repeat !important;
}
N'oublie pas que l'url de l'image de fond c'est le fond super stylisé et l'url du logo c'est la bannière.
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyMer 17 Fév 2010, 16:32
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
Toujours la même chose
pourtant je met bien ma banniére a logo
et un pattern comme fond
voici le CSS

Code:
/* bann */

body { background-attachment: no-fixed; background-repeat: no-repeat; background-position: top center;}

/* navig */

a.mainmenu {
background-image:url(NE PAS REMPLIR);
border: #ffffff 1px solid;
padding-right: 15px;
font-weight: bold;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-variant: small-caps;
}

a.mainmenu:hover {
border: #ffffff 1px solid;
}


/* lien maj */

a:hover{
text-decoration: none !important;
text-transform: uppercase;
}

/* page accueil */

.box {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#F2DBBF;
color:#718091;
font-size:11px;
margin:0;
padding:3px 10px;
}

.boxtitle {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#A88550;
color:#F0F0F0;
display:block;
font-size:11px;
font-weight:bold;
margin:0 0 5px;
padding:3px 10px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}

/* lien page accueil */

a.forumlink{
-moz-border-radius: 7px 7px 7px 7px;
background-color: #ffffff;
border-bottom: 5px double #e8afc5;
color:#e8afc5;
font-family: georgia;
font-size: 14px;
font-weight: lighter;
letter-spacing: 2px;
display:block;
text-align: center;
}


a.forumlink:hover{
color:#F2DBBF;
font-family: georgia;
font-size: 14px;
font-weight: lighter;
letter-spacing: 2px;
text-align: center;}

/* lien onglet */

.abc {border-bottom: 5px solid #704D19}
.def {
background-color: #704D19;
-moz-border-radius:5px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 3px;}

/* pas de soulignement de liens */

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}


/* cadre arrondi */

.forumline, td.row1, td.row2, td.row3 {
      -moz-border-radius: 7px;
}

/* infobulle */


a.imginfo {
  position: relative;
  color: #A88550;
  text-decoration: none;
  border-bottom: 0px #A88550 solid; /* on souligne le texte */
}

a.imginfo span {
  display: none; /* on masque l'infobulle */
}
a.imginfo:hover {
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on dé️finit une valeur pour l'ordre d'affichage */
  cursor: help; /* on change le curseur par dé️faut en curseur d'aide */
}
a.imginfo:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;
  white-space: nowrap; /* on change la valeur de la proprié️té️ white-space pour qu'il n'y ait pas de retour à la ligne non-dé️siré️ */
  top: 30px; /* on positionne notre infobulle */
  left: 20px;
  background: white;
  color: A88550;
  padding: 3px;
  border: 0px solid grey;
  border-left: 5px solid #A88550;
  border-right: 3px solid #A88550;
  border-top: 3px solid #A88550;
  border-bottom: 5px solid #A88550;
}

img.sidebar {padding:2px; -moz-opacity: 0.6; margin:2px; -moz-border-radius: 4px; border: 1px solid #5C471F; background-color:#5C471F}
img.sidebar:hover {padding:2px; -moz-opacity: 1; margin:2px; -moz-border-radius: 4px; border: 1px solid #B3AB6A;}

/* opacité️ */

a img {
        border: none;
        opacity: 1;
        filter:alpha(opacity=100);
    }
a:hover img {
        opacity: 0.7;
        filter:alpha(opacity=70);
        }

/* qui est en ligne */

.statistiques{
border:0px;
background-image: url("http://i46.tinypic.com/2dkbkpc.png");
background-repeat: no-repeat;
background-position: top center;
height:150px;}

.groupes{
background-color:#66300B;border: 1px #BDB67A dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;}


/* cadre vava */

.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #A88550;
}

/* en ligne hors ligne profil */

.offlinebutton {
background-color: transparent;
border: none;
background-image: url('http://i37.tinypic.com/24mfk07.jpg');
background-repeat : no-repeat;
background-position : center;
min-width: 200px;
width: 200px;
min-height: 42px;
height: 42px;
}



.postdetails.poster-profile textarea { width: 200px;}
input,textarea, select {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
  }

/* citer quote */


.code{
    font-family: Georgia;
    font-size: 12px;
    color: #718091;
    background-color: #FFFFFF;
    border: 8px dotted #718091;
    border-style: 5px dotted;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.code {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
background-color: #FFFFFF
padding:10px;
}

.spoiler {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
background-color: #FFFFFF
padding:10px;
}

.quote {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
background-color: #FFFFFF
padding:10px;
}

/* menu PA */

menuu {
text-align: center;
color: #code couleur titre;
font-size: 12px;
font-family: verdana;
padding: 1px;
margin : 2px;
border-bottom : 2px solid #code couleur du soulignement du titre;
border-left: 3px solid #; border-right:;}

#subnav A:link, #subnav A:visited, #subnav A:active {
font-family: verdana;
font-size: 10px;
text-align: center;
padding: 2px;
color: #code couleur du texte du menu;
background-color: #code couleur du fond du menu;
line-height: 12px;
display: block;
border-bottom: 5px solid #;
border-left: 5px solid #A88550;
border-right: 5px solid #A88550;}

#subnav A:hover {
color: #ffffff;
background-color: #A88550;
border-left: 3px solid #704D19; border-right:704D19;}

/* Pour forum */

body {
background-image: url("http://obsession27.free.fr/divers/fonds/gui3.jpg");
background-repeat: repeat-y;
background-position: top center;
}
#i_logo
{
background-image: url("http://i46.tinypic.com/5x7j0n.png");
background-position: top-center;
background-repeat: no-repeat !important;
}
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyMer 17 Fév 2010, 16:37
Revenir en haut Aller en bas
http://captain-pullip.forumgratuit.org/
Nashii
Nashii
{ Membre actif }
{ Membre actif }

Féminin Messages : 516



fond + banniére fond??? Empty
Code:

body {
background-image: url("http://obsession27.free.fr/divers/fonds/gui3.jpg");
background-repeat: repeat-y;
background-position: top center;


Code:
body { background-attachment: no-fixed; background-repeat: no-repeat; background-position: top center;}

C'est un code inutile ... Pourquoi ne pas rassembler ?

Le repeat ne met pas le -y ^^ sa sera un fond qui se repete.

Code:

#i_logo
{
background-image: url("http://i46.tinypic.com/5x7j0n.png");
background-position: top-center;
background-repeat: no-repeat !important;
}

Rajoute width et heigth *largeur et hauteur*, sa marcheras peut être
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyMer 17 Fév 2010, 16:43
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



fond + banniére fond??? Empty
Moi ça marche bien mais à moitié, genre il n'y a qu'une ligne du pattern, à la fois sur IE et sur Firefox

Code:
body {
background-image: url("http://obsession27.free.fr/divers/fonds/gui3.jpg");
background-repeat: repeat;
background-position: top center;
}
#i_logo
{
background-image: url("http://i46.tinypic.com/5x7j0n.png");
background-position: top-center;
background-repeat: no-repeat !important;
}
Met ceci pour voir~

EDIT: OMG Grillée par Nashii xD
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyMer 17 Fév 2010, 16:46
Revenir en haut Aller en bas
http://captain-pullip.forumgratuit.org/
Nashii
Nashii
{ Membre actif }
{ Membre actif }

Féminin Messages : 516



fond + banniére fond??? Empty
Mouahah je suis rapide et sans le tester sur mon forum test *nashii l'éclair à la rescousse mouahah *
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyMer 17 Fév 2010, 17:03
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



fond + banniére fond??? Empty
J'ai pas testé non plus xD *sort*
N'oublie pas de nous donner des nouvelles Poussette =D
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyMer 17 Fév 2010, 17:25
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
je viens de le faire donc le fond se met correctement
mais la banniére est couper??
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyJeu 18 Fév 2010, 16:34
Revenir en haut Aller en bas
http://captain-pullip.forumgratuit.org/
Nashii
Nashii
{ Membre actif }
{ Membre actif }

Féminin Messages : 516



fond + banniére fond??? Empty
As tu fait ce que j'ai dit ? La longueur et la hauteur ?...

Code:
#i_logo
{
background-image: url("http://i46.tinypic.com/5x7j0n.png");
background-position: top-center;
background-repeat: no-repeat !important;
width: XXpx;
height: XXpx;
}

*snifon ne m'écoute jamais T.T*
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 07:49
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
oui je viens de testé a l'instant mais ça élargie tout le forum
tu peux aller voir sur mon fow test

http://creationfg.bbflash.net/index.htm
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 12:35
Revenir en haut Aller en bas
http://captain-pullip.forumgratuit.org/
Nashii
Nashii
{ Membre actif }
{ Membre actif }

Féminin Messages : 516



fond + banniére fond??? Empty
Fait voir tout le css que ta modifié s'il te plait...
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 15:13
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
ok le voici

Code:
/* Pour forum */

body {
background-image: url("http://obsession27.free.fr/divers/fonds/gui3.jpg");
background-repeat: repeat;
background-position: top center;
}
#i_logo
{
background-image: url("http://i46.tinypic.com/5x7j0n.png");
background-position: top-center;
background-repeat: no-repeat !important;
width: 1200px;
height: 450px;
}
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 15:42
Revenir en haut Aller en bas
http://captain-pullip.forumgratuit.org/
Nashii
Nashii
{ Membre actif }
{ Membre actif }

Féminin Messages : 516



fond + banniére fond??? Empty
Bah sa prend la largeur de la banniere enfin longueur.. Moi j'ai pas se problème sur mon forum test ( avec le code que j'ai donner au début ). Ma banniere n'est pas aussi grande.
Sinon il existe une autre solution.. La banniere fond ( Orange a mis un tuto sur le forum faut le retrouver).. Sa fonctionne avec les templates...
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 15:47
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
habituellement je met ma banniére en fond en faite comme les trois quart des forum actuellement
mais la je voudrais faire comme sur le forum cité que malgré la banniére fond que derriére il y est tout de même un fond
toi apparemment tu n'as pas le soucis car la banniére est de taille normal :/

j'espére que quelqu'un sera m'aidais
merci pour ton aide en tout cas
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 15:50
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



fond + banniére fond??? Empty
Ehm tout d'abord ta bann est encore un peu coupée, tu devrais mettre 1280 à width~

Sinon tu as été voir quelle largeur tu as mit dans ton forum? C'est dans général->configuration-> largeur du forum
C'est peut-être [je dis bien peut-être XD] la source du problème.

Ou il y a aussi comme Nashii dit, Orange a fait un super tuto ici que tu peux toujours essayer si ton problème ne se résout pas.
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 15:50
Revenir en haut Aller en bas
http://worldvava.keuf.net/forum.htm
poussette59
poussette59
{ Membre }
{ Membre }

Féminin Messages : 236



fond + banniére fond??? Empty
il est a 50% donc ça ne dois pas venir de la
je vais testé le tuto
je vous tiendrais au courant
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 19 Fév 2010, 15:53
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



fond + banniére fond??? Empty
Je classe le sujet puisqu'il a été résolu dans le topic du tuto Wink
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? EmptyVen 12 Mar 2010, 01:36
Revenir en haut Aller en bas
Contenu sponsorisé




fond + banniére fond??? Empty
MessageSujet: Re: fond + banniére fond???   fond + banniére fond??? Empty
Revenir en haut Aller en bas
 

fond + banniére fond???

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Profiter d’une bannière de fond ET d’un fond [Résolu]
» Bannière de fond + fond du body [en cours]
» Profiter d’une bannière de fond ET d’un fond
» Bannière & fond catégorie
» Problème de largeur du forum et de bannière de fond

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forumactif.com