Sos image Forumactif

Fermé
david2712 - 23 avril 2015 à 23:06
@nnie Messages postés 2130 Date d'inscription vendredi 16 mai 2008 Statut Membre Dernière intervention 6 février 2024 - 24 avril 2015 à 08:02
Bonjour,

voilà j'ai un petit soucy j'ai un forum qui me sert pour un jeu en ligne

http://edla.forumgratuit.eu/forum

comme vous pouvez le constater il y a des cadres dans chaque catégories

petit soucy je n'arrive pas à mettre d'image à la bonne dimension

voici ma feuille Css

/************************************************** DÉBUT DES CATÉGORIES **************************************************/


/*Bloc de catégorie*/
.categorie {
position: relative;
width: 850px;
margin: auto;
background-color: #E0CDA9;
border-top-left-radius: 427px 112px;
border-top-right-radius: 427px 112px;
padding-bottom: 0px;
overflow: hidden;
margin-bottom: 20px;
border: 3px solid #3d3a24;
font-size: 12px;
font-family: georgia;
color: #2b291a;
}
.categorie a {
color: ;#FFD700
}
.categorie a:hover {
color: #554c32;
}


/*Bloc du titre de catégorie*/
.cate_title {
height: 150px;
width: 850px;
margin-bottom: 40px;
background-image: url('');
border-bottom: 3px solid #3d3a24;
border-top-left-radius: 425px 110px;
border-top-right-radius: 425px 110px;
}
/*Titre de catégorie*/
.cate_title h2 {
display: block;
width: 850px;
margin: 0px;
padding: 0px;
padding-top: 70px;
text-align: center;
text-shadow: 1px 1px 2px #554c32;
color: #FFD700;
font-family: monotype corsiva;
font-weight: normal;
font-size: 50px;
}
/*Met le titre de catégorie dessus son image*/
.cate_title span {
position: relative;
z-index: 2;
}
/*Image du titre de catégorie*/
.cate_title img {#FFD700;
position: absolute;
top: 0px;
left: 0px;
height: 150px;
width: 850px;
z-index: 1;
border-top-left-radius: 425px 110px;
border-top-right-radius: 425px 110px;
}


/*Bloc de forum*/
.forum_bloc {
margin: auto;
width: 800px;
height: 160px;
box-shadow: 0 0 10px #000000;
background-color:#BEF574;
margin-bottom: 30px;
}


/*Bloc du titre de forum*/
.forum_title {
height: 35px;
line-height: 35px;
margin-left: 170px;
display: block;
}
/*Titre de forum*/
a.forumlink {
font-family: 'Lobster', cursive;
font-size: 20px;
letter-spacing: 0px;
font-weight: normal;
color:#6C0277 !important;
transition: 0.5s;
-webkit-transition: 0.5s;
}
/*Titre de forums survolé*/
a.forumlink:hover {
color: #554c32!important;
letter-spacing: 2px;
text-decoration: none!important
}


/*Bloc image Old New Lock*/
.forum_old_new_lock_img {
float: left;
height: 80px;
width: 85px;
margin-left: 30px;
}
.forum_old_new_lock_img img {
height: 80px;
width: 85px;
}


/*Bloc de la description de forum*/
.forum_desc {
position: relative;
float: left;
width: 377px;
height: 76px;
border: 2px solid #747253;
margin-left: 46px;
margin-right: 46px;
overflow: hidden;
}
/*Description de forum*/
.forum_desc_desc {
position: absolute;
width: 373px;
height: 72px;
background-color: #000000;
color: #a3a3a3;
opacity: 0;
overflow: auto;
padding: 2px;
overflow: auto;
text-align: justify;
top: 0px;
left: 0px;
transition: 0.5s;
}
/*Apparition de la description de forum*/
.forum_desc:hover .forum_desc_desc {
opacity: 0.8;
}
/*Image de la description de forum*/
.forum_desc_img {
position: absolute;
width: 377px;
height: 76px;
top: 0px;
left: 0px;
}


/*Bloc du dernier message et statistiques*/
.forum_lastmess_stats {
float: left;
width: 180px;
height: 78px;
border: 1px dotted #6e6555;
text-align: center;
}
/*Statistiques*/
.forum_stats {
font-size: 10px;
font-family: verdana;
margin: auto;
width: 160px;
padding-top: 8px;
padding-bottom: 2px;
border-bottom: 1px dotted #6e6555;
}
/*Dernier message*/
.forum_lastmess {
margin: auto;
margin-top: 8px;
width: 170px;
}


/*Bloc des sous-forums*/
.forum_sous_forums {
width: 700px;
margin: auto;
margin-top: 8px;
padding-top: 5px;
height: 26px;
text-align: center;
border-top: 1px dotted #6e6555;
vertical-align: bottom;
overflow: auto;
font-size: 12px;
font-family: georgia;
}
/*Liens des sous-forums*/
.forum_sous_forums a {
vertical-align: bottom;
font-size: 12px;
font-family: georgia;
}
.forum_sous_forums img {
width: 26px;
height: 20px;
}

/*Cache les images qui ne doivent pas apparaître*/
a.forumlink img, a.nav img {
display: none;
}


/************************************************** FIN DES CATÉGORIES **************************************************/

si quelqu'un peut me venir en aide

En vous remerciant d'avance

Cordialement

David

<config>Windows /config>
A voir également:

1 réponse

@nnie Messages postés 2130 Date d'inscription vendredi 16 mai 2008 Statut Membre Dernière intervention 6 février 2024 608
24 avril 2015 à 08:02
Bonjour,

Je ne comprends pas trop ce que tu veux faire : mettre des images à la bonne dimension ... de quoi ?

Je te conseille vivement de t'adresser directement au forum d'entraide Forumactif dont tu as le lien tout en bas de ton forum, ainsi que dans ton panneau d'administration : tu y trouveras des réponses bien plus spécialisées qu'ici. ;-)
0