Problème HTML

+2
XxSven
Pinguino
6 participants

Page 2 sur 2 Précédent  1, 2

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

Résolu Problème HTML

Message par CryingToYourHeart Ven 29 Juin 2012 - 13:08

Rappel du premier message :

Bonjour,

J'ai un petit problème avec une partie d'un de mes codes, en effet j'ai une partie "membre du mois" dans ma PA mais le code ne se met au centre mais sur le coté, voyez ci dessous:
Spoiler:

J'aimerais que les icones soient bien au centre du block,
Voici le code concerné:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Simple Javascript Accordions - by www.dezinerfolio.com</title>
<style type="text/css">
* {
   margin:0;
   padding:0;
   list-style:none;
}
body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;color:#888888;
   margin:10px;text-align:justifyr;top:30px
}
I{border-bottom:none; color:#ce5d52;text-decoration: none}
b{color:#ce5d52}

#basic-accordian{
   padding:5px;
   width:340px;
   position:relative;
   top:00px;
   
   z-index:2;
   margin-top:0px;
}
.accordion_headings{margin:3px;
   cursor:pointer;-moz-border-radius:10px;-moz-box-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff;overflow:hidden;
   overflow:hidden;letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px;  text-decoration: none; text-transform: lowercase;  -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;
}
.accordion_headings img{
   
   cursor:pointer;width:px;height:36px;


}

.accordion_headings:hover{
   background:#00CCFF;text-align: center; letter-spacing: 0px; background-color: #eb9bd3; color:#fdfcfc;  transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);
}

.accordion_child{
   padding:8px;
   border:0px #f8f1f0 solid;height:100pxr;width:200px;margin:auto
}
.accordion_child img{margin:3px;
   cursor:pointer;-moz-border-radius:10px;-moz-box-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff;overflow:hidden;}
.header_highlight{
   background:#;
}

.tab_container *{
   float:left;
   
}

</style>
<script type="text/javascript" src="http://sd-2.archive-host.com/membres/up/149261940024825363/accordianpack.js"></script>
<link href='http://fonts.googleapis.com/css?family=Dynalight' rel='stylesheet' type='text/css'>
</head>
<body onload="new Accordian('basic-accordian',5,'header_highlight');">
<div  id="basic-accordian" ><!--Parent of the Accordion-->

<div class="tab_container" style="text-align:center">
 
  <div id="test4-header" class="accordion_headings" ><img src="http://illiweb.com/fa/pbucket.gif" style=";position:center;z-index:999"/></div><div id="test5-header" class="accordion_headings" ><img src="http://illiweb.com/fa/pbucket.gif" style=";position:center;z-index:999"/></div><div id="test6-header" class="accordion_headings" ><img src="http://illiweb.com/fa/pbucket.gif" style=";position:center;z-index:999"/></div>
</div>

<div style="float:left;">
 

  <div id="test4-content">
   <div class="accordion_child">
         <center><font style="text-shadow: 0px 0px 2px #b39e90;text-transform:lowercase;text-decoration: none;cursor:wait;
  text-align:center;margin-bottom:-40px;line-height:20px;
letter-spacing:-2px;font-family: 'Dynalight';font-size: 39px;color:#ba899e;
  text-decoration: none;cursor:wait;" >Pêche R. Angeles</font></br>
<font style="font-weight:bold;text-transform:uppercase;text-decoration: none;text-shadow: 0px 0px 2px #ffffff;cursor:wait;font-size:8px;font-family:tahoma"><b> Modératrice</b> • Membre • <b>du mois</b>
  </br></center>
    </div>


  </div>

  <div id="test5-content">
   <div class="accordion_child">
       <center><font style="text-shadow: 0px 0px 2px #b39e90;text-transform:lowercase;text-decoration: none;cursor:wait;
  text-align:center;margin-bottom:-40px;line-height:20px;
letter-spacing:-2px;font-family: 'Dynalight';font-size: 39px;color:#ba899e;
  text-decoration: none;cursor:wait;" >Kaitlyn S. Bridges</font></br>
<font style="font-weight:bold;text-transform:uppercase;text-decoration: none;text-shadow: 0px 0px 2px #ffffff;cursor:wait;font-size:8px;font-family:tahoma"><b> Administratrice</b> • Membre • <b>du mois</b>
  </br></center>
    </div>


  </div> 
  <div id="test6-content">
   <div class="accordion_child">
       <center><font style="text-shadow: 0px 0px 2px #b39e90;text-transform:lowercase;text-decoration: none;cursor:wait;
  text-align:center;margin-bottom:-40px;line-height:20px;
letter-spacing:-2px;font-family: 'Dynalight';font-size: 39px;color:#ba899e;
  text-decoration: none;cursor:wait;" >Sean Davidson</font></br>
<font style="font-weight:bold;text-transform:uppercase;text-decoration: none;text-shadow: 0px 0px 2px #ffffff;cursor:wait;font-size:8px;font-family:tahoma"><b> Administrateur</b> • Membre • <b>du mois</b>
  </br></center>
    </div>


 </div> </div>
</div>







</div><!--End of accordion parent-->





</body>
</html>

Merci à tous ceux qui voudront bien m'aider Smile
CryingToYourHeart

CryingToYourHeart
****

Féminin
Messages : 452
Inscrit(e) le : 18/01/2012

http://netflixchill.forumactif.com/
CryingToYourHeart a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème HTML

Message par CryingToYourHeart Lun 9 Juil 2012 - 23:27

Merci ça marche super bien Very Happy
CryingToYourHeart

CryingToYourHeart
****

Féminin
Messages : 452
Inscrit(e) le : 18/01/2012

http://netflixchill.forumactif.com/
CryingToYourHeart a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème HTML

Message par Scoubifitz Mar 10 Juil 2012 - 14:27

Reste-il des questions ?

Votre problème est-il résolu ?
Scoubifitz

Scoubifitz
Membre actif

Masculin
Messages : 3687
Inscrit(e) le : 18/03/2008

http://scoubidous.superforum.fr/
Scoubifitz a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème HTML

Message par CryingToYourHeart Mar 10 Juil 2012 - 17:09

Non c'est bon merci
Oui il l'est, sauf que je n'arrive pas à éditer mon premier post :s
CryingToYourHeart

CryingToYourHeart
****

Féminin
Messages : 452
Inscrit(e) le : 18/01/2012

http://netflixchill.forumactif.com/
CryingToYourHeart a été remercié(e) par l'auteur de ce sujet.

Page 2 sur 2 Précédent  1, 2

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