Logo trop grand

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Logo trop grand

Message par -M-arion Mer 14 Déc 2011 - 12:02

voila le soucis :
Logo trop grand  11110

peut importe la taille de redimension et la taille de mon image de base
elle se met SUPER grande ... ça me fait ça depuis 2 jours


lien :www.chevaux-en-bzh.1fr1.net

si quelqu'un peu m'aider a rectifier le problème Smile

merci d'avance !
avatar

-M-arion
*

Messages : 40
Inscrit(e) le : 28/10/2010

http://chevaux-en-bzh.1fr1.net
-M-arion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par -M-arion Mer 14 Déc 2011 - 14:10

avec un autre logo Logo trop grand  Jdjdid10


et si je réduit la dimension ça ne change pas la taille de l'image mais elle devient plus flou ! :X

avatar

-M-arion
*

Messages : 40
Inscrit(e) le : 28/10/2010

http://chevaux-en-bzh.1fr1.net
-M-arion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par no_way Mer 14 Déc 2011 - 14:28

Votre code CSS pose problème, retirez:
Code:
#i_logo{
...
}



Dernière édition par no_way le Mer 14 Déc 2011 - 15:17, édité 2 fois
no_way

no_way
Membre actif

Messages : 2214
Inscrit(e) le : 26/03/2010

no_way a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par -M-arion Mer 14 Déc 2011 - 14:38

ou j'ai accès au css?
avatar

-M-arion
*

Messages : 40
Inscrit(e) le : 28/10/2010

http://chevaux-en-bzh.1fr1.net
-M-arion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par no_way Mer 14 Déc 2011 - 14:45

Oups je me suis planté ^^.

Direction votre Panneau d' Administration:

Onglet Affichage->Images et couleurs->Couleurs->Feuille de style CSS
no_way

no_way
Membre actif

Messages : 2214
Inscrit(e) le : 26/03/2010

no_way a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par -M-arion Mer 14 Déc 2011 - 14:59

MERCIIIIIII Very Happy
avatar

-M-arion
*

Messages : 40
Inscrit(e) le : 28/10/2010

http://chevaux-en-bzh.1fr1.net
-M-arion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par no_way Mer 14 Déc 2011 - 15:00

Je vous en prie Wink
no_way

no_way
Membre actif

Messages : 2214
Inscrit(e) le : 26/03/2010

no_way a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par -M-arion Mer 14 Déc 2011 - 20:01

euh ... désolé même soucis mais pour la barre de navigation :/

Logo trop grand  Naviga10
je voudrais que ça soit ça la même taille que le facebook mais impossible :/

j'ai été au même endroit que pour le logo mais il y a telement de code que je ne sais pas lequel ça concerne .

si quelqu'un peu me le dire Confused
merci d'avance

avatar

-M-arion
*

Messages : 40
Inscrit(e) le : 28/10/2010

http://chevaux-en-bzh.1fr1.net
-M-arion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par no_way Jeu 15 Déc 2011 - 21:33

Re

Ce souci vient encore une fois de votre CSS.

Remplacez les définitions suivantes:
Code:

#i_icon_mini_index
{
background-image: url(http://host.image.files.free.fr/host/4b17cefeafd46accueil.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_index:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17cefeafd46accueil.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_portal
{
background-image: url(http://host.image.files.free.fr/host/4b17d0c46ae04portail.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_portal:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d0c46ae04portail.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_faq
{
background-image: url(http://host.image.files.free.fr/host/4b17d0d96e8d1faq.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_faq:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d0d96e8d1faq.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_search
{
background-image: url(http://host.image.files.free.fr/host/4b17d0f4434fbsearch.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_search:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d0f4434fbsearch.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_members
{
background-image: url(http://host.image.files.free.fr/host/4b17d23e288e7membres.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_members:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d23e288e7membres.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_groups
{
background-image: url(http://host.image.files.free.fr/host/4b17d255ad06dgroupes.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_groups:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d255ad06dgroupes.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_profile
{
background-image: url(http://host.image.files.free.fr/host/4b17d275095b9profil.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_profile:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d275095b9profil.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_message
{
background-image: url(http://host.image.files.free.fr/host/4b17d286ea429message.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_message:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d286ea429message.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_login
{
background-image: url(http://host.image.files.free.fr/host/4b17d2d8d4d9con-off.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_login:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d2d8d4d9con-off.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_logout
{
background-image: url(http://host.image.files.free.fr/host/4b17d2d8d4d9con-off.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_logout:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d2d8d4d9con-off.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_new_message
{
background-image: url(http://host.image.files.free.fr/host/4b17d29adae5bmessage2.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_new_message:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d29adae5bmessage2.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

#i_icon_mini_register
{
background-image: url(http://host.image.files.free.fr/host/4b17d3203f602s--inscrire.png);
width: 80px;
height: 80px;
opacity : 0.5 ;
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
}
#i_icon_mini_register:hover
{
background-image: url(http://host.image.files.free.fr/host/4b17d3203f602s--inscrire.png);
width: 80px;
height: 80px;
opacity : 1 ;
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
}

Par:
Code:

#i_icon_mini_index{
background-image: url(http://host.image.files.free.fr/host/4b17cefeafd46accueil.png);
}
#i_icon_mini_portal{
background-image: url(http://host.image.files.free.fr/host/4b17d0c46ae04portail.png);
}
#i_icon_mini_faq{
background-image: url(http://host.image.files.free.fr/host/4b17d0d96e8d1faq.png);
}
#i_icon_mini_search{
background-image: url(http://host.image.files.free.fr/host/4b17d0f4434fbsearch.png);
}
#i_icon_mini_members{
background-image: url(http://host.image.files.free.fr/host/4b17d23e288e7membres.png);
}
#i_icon_mini_groups{
background-image: url(http://host.image.files.free.fr/host/4b17d255ad06dgroupes.png);
}
#i_icon_mini_profile{
background-image: url(http://host.image.files.free.fr/host/4b17d275095b9profil.png);
}
#i_icon_mini_message{
background-image: url(http://host.image.files.free.fr/host/4b17d286ea429message.png);
}
#i_icon_mini_login{
background-image: url(http://host.image.files.free.fr/host/4b17d2d8d4d9con-off.png);
}
#i_icon_mini_logout{
background-image: url(http://host.image.files.free.fr/host/4b17d2d8d4d9con-off.png);
}
#i_icon_mini_new_message{
background-image: url(http://host.image.files.free.fr/host/4b17d29adae5bmessage2.png);
}
#i_icon_mini_register{
background-image: url(http://host.image.files.free.fr/host/4b17d3203f602s--inscrire.png);
}
a.mainmenu>img{
width: 80px;/* taille à definir */
height: 80px;/* taille à definir */
-moz-opacity : 0.5 ;
-khtml-opacity : 0.5 ;
filter : alpha(opacity=50) ;
opacity : 0.5 ;
}
a.mainmenu>img:hover{
-moz-opacity : 1 ;
-khtml-opacity : 1 ;
filter : alpha(opacity=100) ;
opacity : 1 ;
}

Je vous laisse le soin de définir la taille des images dans la définition: a.mainmenu>img
no_way

no_way
Membre actif

Messages : 2214
Inscrit(e) le : 26/03/2010

no_way a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par -M-arion Jeu 15 Déc 2011 - 23:47

Merci merci merci

ça a marché Smile
avatar

-M-arion
*

Messages : 40
Inscrit(e) le : 28/10/2010

http://chevaux-en-bzh.1fr1.net
-M-arion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Logo trop grand

Message par no_way Ven 16 Déc 2011 - 14:23

Je vous en prie @++
no_way

no_way
Membre actif

Messages : 2214
Inscrit(e) le : 26/03/2010

no_way a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum