Forum qui ne s'affiche pas sous IE Bouton_activeForum qui ne s'affiche pas sous IE Bouton_hoverForum qui ne s'affiche pas sous IE Fb-hoverForum qui ne s'affiche pas sous IE 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
» Système d'onglets simple et personnalisable
Forum qui ne s'affiche pas sous IE EmptyLun 03 Juin 2024, 17:20 par birds

» Fiche de Présentation RPG
Forum qui ne s'affiche pas sous IE EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Forum qui ne s'affiche pas sous IE EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Forum qui ne s'affiche pas sous IE EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Forum qui ne s'affiche pas sous IE EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Forum qui ne s'affiche pas sous IE EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Forum qui ne s'affiche pas sous IE EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Forum qui ne s'affiche pas sous IE EmptySam 11 Fév 2023, 06:04 par Krager

-29%
Le deal à ne pas rater :
DYSON V8 Origin – Aspirateur balai sans fil
269.99 € 379.99 €
Voir le deal

Partagez
 

Forum qui ne s'affiche pas sous IE

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://fantasmagorie.forumactif.org/forum.htm
Sowsow
{ Membre }
{ Membre }

Féminin Messages : 6



Forum qui ne s'affiche pas sous IE Empty
Bonjour,

Comme dit dans le titre, mon forum ne s'affiche pas sous IE mais fonctionne parfaitement sous Firefox.

Une image étant plus loquace qu'un discours, voici une capture d'écran du forum sous IE.
Spoiler:
Le forum se trouve à cette adresse : http://hetalia.1fr1.net/index.htm, et est de version phpBB2.

Je suppose que le problème vient des templates modifiés récemment. Je vous les mets tous de façon à ce que vous ayez toutes les cartes en mains.

Index_body
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> 
         <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />

         <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 

      </td>
   </tr>
</table>
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         
<a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a>

            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>

            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <span class="genmed">{L_USERNAME}:</span> 
         <input class="post" type="text" size="10" name="username"/> 
         <span class="genmed">{L_PASSWORD}:</span> 
         <input class="post" type="password" size="10" name="password"/> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />

         <span class="gensmall">{L_AUTO_LOGIN}</span> 
         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> 
      </td>
   </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<p><center><img src="http://www.monsterup.com/upload/1280765830253.png"></center></p><br>

<div align="center"><span class="groupes"> <a href="http://hetalia.1fr1.net/groupcp.forum?g=9"><font color="#A2649E" size="2"><b>Anciens</b></font></a></span> <img src="http://www.monsterup.com/upload/1280743791778.gif">
<span class="groupes"><a href="http://hetalia.1fr1.net/groupcp.forum?g=2"><font color="#4068A4" size="2"><b>Europe</b></font></a> </span> <img src="http://www.monsterup.com/upload/1280743791778.gif">
<span class="groupes"> <a href="http://hetalia.1fr1.net/groupcp.forum?g=3"><font color="#B9121B" size="2"><b>Amérique</b></font></a></span> <img src="http://www.monsterup.com/upload/1280743791778.gif">
<span class="groupes"> <a href="http://hetalia.1fr1.net/groupcp.forum?g=4"><font color="#ADCF4F" size="2"><b>Asie</b></font></a> </span> <img src="http://www.monsterup.com/upload/1280743791778.gif"> <span class="groupes"><a href="http://hetalia.1fr1.net/groupcp.forum?g=5"><font color="#BD8D46" size="2"><b>Afrique</b></font></a> </span> <img src="http://www.monsterup.com/upload/1280743791778.gif"> <span class="groupes"><a href="http://hetalia.1fr1.net/groupcp.forum?g=6"><font color="#A90B5A" size="2"><b>Océanie</b></font></a> </span>
<br><br></div>

<div style="margin:auto;text-align:center;width:100%"><table class="none" width="35%"><td align="left"><img src="http://i37.servimg.com/u/f37/11/17/76/43/12807610.jpg" border="1px" alt="" /></td><td align="left"><div style="background-image:url(http://www.monsterup.com/upload/1272392098260.png); -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 435px; height: 250px; -moz-border-radius: 10px 10px 10px 10px ; border-width: 1px; border-style: dotted; border-color: #A7A37E;"><span style="font-size: 10px; line-height: normal;"><h1>Dis-moi tout !</h1>Toi, je parie que tu veux des informations. Ne mens pas, qui que tu sois, je vais te les donner car tel est mon travail. Laisse moi juste deux minutes...<br><br>
<span id="totalusers">{TOTAL_USERS}</span>
<script type="text/javascript">
document.getElementById('totalusers').innerHTML=document.getElementById('totalusers').innerHTML.replace(/Nous avons/,"Alors...il y a déjà");
</script>
<script type="text/javascript">
document.getElementById('totalusers').innerHTML=document.getElementById('totalusers').innerHTML.replace(/membres enregistrés/,"nations installées ici ! <br>Incroyable qu'elles ne se soient pas encore fâchées... Quoique je ne sois pas dans leurs petits papiers.");
</script>
<script type="text/javascript">
document.getElementById('totalusers').innerHTML=document.getElementById('totalusers').innerHTML.replace(/membre enregistré/,"nation installée ici ! Elle doit bien s'ennuyer ... la pauvre !");
</script>
<br>
<span id="newestuser">{NEWEST_USER}</span><br>
<script type="text/javascript">
document.getElementById('newestuser').innerHTML=document.getElementById('newestuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"La Nation la plus récemment débarquée par ici se nomme");
</script><br>
<span id="totalposts">{TOTAL_POSTS}</span>
<script type="text/javascript">
document.getElementById('totalposts').innerHTML=document.getElementById('totalposts').innerHTML.replace(/Nos membres ont posté un total de/,"Les Nations ont discuté");
</script>
<script type="text/javascript">
document.getElementById('totalposts').innerHTML=document.getElementById('totalposts').innerHTML.replace(/messages/,"fois. Elles sont plus bavardes que vous le pensez décidément !");
</script>
<br><br>
<span id="totalusersonline">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/Il y a en tout/,"Voyons voir qui s'ennuie par ici en ce moment...Je peux déjà vous dire qu'il y a");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/utilisateur en ligne :/,"énergumène déambulant dans nos chères cités");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/utilisateurs en ligne :/,"énergumènes déambulant dans nos chères cités");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/Enregistré/,"Nation");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/Enregistrés/,"Nations");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/Invisible/,"Timide");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/Invisibles/,"Timides");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/Invité/,"Humain");
</script>
<script type="text/javascript">
document.getElementById('totalusersonline').innerHTML=document.getElementById('totalusersonline').innerHTML.replace(/Invités/,"Humains");
</script><br><br>
<span id="recordusers">{RECORD_USERS}</span><br>
<script type="text/javascript">
document.getElementById('recordusers').innerHTML=document.getElementById('recordusers').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"J'ai également une information inutile à vous transmettre: le record du nombre de Nations présentes est de");
</script>
<table><span id="birthtoday">{L_WHOSBIRTHDAY_TODAY}</span>
<script type="text/javascript">
document.getElementById('birthtoday').innerHTML=document.getElementById('birthtoday').innerHTML.replace(/membre/,"nation");
</script></table></div></div><br><div style="background-image:url(http://www.monsterup.com/upload/1272392098260.png); -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 435px; height: 250px; -moz-border-radius: 10px 10px 10px 10px ; border-width: 1px; border-style: dotted; border-color: #A7A37E;"><span style="font-size: 10px; line-height: normal;">
<h1>Et alors ? Qui est là ?</h1><br>
<span id="loggeduser">{LOGGED_IN_USER_LIST}</span>
<script type="text/javascript">
document.getElementById('loggeduser').innerHTML=document.getElementById('loggeduser').innerHTML.replace(/Utilisateurs enregistrés/,"Bande de petits voyeurs, je sais ce qui vous intéresse. Voici donc la liste des Nations connectées en ce moment-même");
</script><br>
<table><span id="connectedmembers">{L_CONNECTED_MEMBERS}</span>
<script type="text/javascript">
document.getElementById('connectedmembers').innerHTML=document.getElementById('connectedmembers').innerHTML.replace(/Membres connectés au cours des 24 dernières heures/,"Et voici les Nations connectées au cours des dernières 24h");
</script></table><br>
</div></div></td></div>

</div>

</table>
<br><br>
<!-- BEGIN switch_chatbox_activate -->

<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

viewforum_body
Code:
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" width="50">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" border="0" /></a>
         <!-- END switch_user_authpost -->
      </td>
      <td class="nav" valign="middle" width="100%"><div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div></td>
      <td class="gensmall" align="right" valign="bottom" nowrap="nowrap">
         <span class="nav">
            <script type="text/javascript">
            //<![CDATA[
               insert_plus_menu('f{FORUM_ID}&f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>
   </tr>
</table>
{TOPICS_LIST_BOX}
<div id="info_open" style="display:''">
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
         <td class="row1" align="left" valign="top"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
         <td class="row1" align="right" valign="top"><span class="gensmall">{S_WATCH_FORUM}</span></td>
      </tr>
      <tr>
         <td class="row2" colspan="2" valign="top"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
      </tr>
      <tr>
         <td class="row2" valign="top" width="150"><span class="gensmall">{L_MODERATOR}:</span></td>
         <td class="row1" valign="top"><span class="gensmall">{MODERATORS}</span></td>
      </tr>
      <tr>
         <td class="row2" valign="top" width="150"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td class="nav" valign="middle" width="100%"><div class="nav"> <a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC_SECOND}</div></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
</div>

<div id="info_close" style="display:none">
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
         <td class="row1" colspan="2" align="right" valign="top"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
      </tr>
      <tr>
         <td class="row2" colspan="2" valign="top"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
      </tr>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td class="nav" valign="middle" width="100%"><span class="nav"> <a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
</div>
   <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>

         <td align="left" valign="middle" width="50">
            <!-- BEGIN switch_user_logged_in -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}1" alt="{L_POST_NEW_TOPIC}" border="0" /></a>
            <!-- END switch_user_logged_in -->
         </td>
         <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

   </tr>
   <!-- BEGIN switch_legend -->
   <tr>
      <td colspan="2">
         <table border="0" cellpadding="6" cellspacing="2" align="center">
            <tr>
               <td>
                  <img src="{FOLDER_NEW_IMG}" alt="{L_FOLDER_NEW_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_NEW_IMG}</span>

                  <img src="{FOLDER_HOT_NEW_IMG}" alt="{L_FOLDER_HOT_NEW_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_HOT_NEW_IMG}</span>

                  <img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_FOLDER_LOCKED_NEW_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_LOCKED_NEW_IMG}</span>
               </td>
               <td>
                  <img src="{FOLDER_IMG}" alt="{L_FOLDER_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_IMG}</span>

                  <img src="{FOLDER_HOT_IMG}" alt="{L_FOLDER_HOT_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_HOT_IMG}</span>

                  <img src="{FOLDER_LOCKED_IMG}" alt="{L_FOLDER_LOCKED_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_LOCKED_IMG}</span>
               </td>
               <td valign="top">
                  <img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_FOLDER_ANNOUNCE_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_ANNOUNCE_IMG}</span>

                  <img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_FOLDER_GLOBAL_ANNOUNCE_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_GLOBAL_ANNOUNCE_IMG}</span>

                  <img src="{FOLDER_STICKY_IMG}" alt="{L_FOLDER_STICKY_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_STICKY_IMG}</span>

               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- END switch_legend -->
</table>
      </form>

viewtopic_body
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
         addthis_close();
      }
   });
});
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
             | 
            <script type="text/javascript">
            //<![CDATA[
            insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" nowrap="nowrap" class="t-title"><h1 class="cattitle"> <!-- google_ad_section_start -->{TOPIC_TITLE}<!-- google_ad_section_end --></h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN displayed -->
   <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
        <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span>

            <span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}

            {postrow.displayed.RANK_IMAGE}<div id="imgprofil">{postrow.displayed.POSTER_AVATAR}</div>


            <div onClick="this.firstChild.value=(this.firstChild.value=='C U R I O U S ?')?'Masquer':'C U R I O U S ?';this.lastChild.style.display=(this.firstChild.value=='C U R I O U S ?')?'none':'block';" style="text-align: center;"><input type="button" value="C U R I O U S ?"/><div style="display: none; text-align: left;">
            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
            </div></div>
        </span>

        <img src="http://2img.net/i/fa/vide.gif" alt="" style="width: 150px; height: 1px;" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>


<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" nowrap="nowrap" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}

         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>
      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->
      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap">
{S_TOPIC_ADMIN}

         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />
            <input type="hidden" name="sid" value="{S_SID}" />
            <span class="gen">{L_MOD_TOOLS}
{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<script type="text/javascript" src="{JS_DIR}addthis/addthis_widget.js?pub=forumotion"></script>

Je vous envoie aussi la feuille CSS du forum.
Code:
.bodyline {border: 2px solid #4D1C2E;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
broder-radius: 20px;
}

.bodylinewidth {
width:50%}

.forumline{
-moz-border-radius: 10px 10px 10px 10px ;
border-bottom: 1px #4D1C2E solid;
background-color: #4D1C2E;
border-bottom: 1px #4D1C2E solid;
border-top: 1px #4D1C2E dotted;
border-right: 1px #4D1C2E dotted;
border-left: 1px #4D1C2E dotted;
}


body { cursor: crosshair }
a:hover { cursor:ne-resize; }

td.row1{
background-image: url("http://www.monsterup.com/upload/1272392098260.png");
}
td.row2{
background-image: url("http://www.monsterup.com/upload/1272392098260.png");
}
td.row3{
  background-image : url("http://www.monsterup.com/upload/1272392098260.png");
 }.forumline .row3Right
{
  background-image : url("http://www.monsterup.com/upload/1272392098260.png");
}




table {
border: 0;
background: transparent;

}
td, th {
border: 0;
}


.grise{
border:1px #A47940 dotted;
-moz-border-radius : 5px 5px 5px 5px;
}

.none
{
border:1px #A47940 dotted;
-moz-border-radius : 5px 5px 5px 5px;
background:transparent;
background-repeat: no-repeat;
font-size: 19px;
text-align: justify;
}

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

#imgprofil{
margin: auto;
padding: 10px;
background-color: #EDE3E6;
-moz-border-radius: 10px;
}

.class2 A:link {font-size:16px;}
.class2 A:visited { font-size:16px;}
.class2 A:active { font-size:16px; -}
.class2 A:hover {font-size:16px; border: 2px dotted #4D1C2E; -moz-border-radius: 7px 7px 7px 7px; text-decoration:none; }

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

.imgop {
filter:alpha(opacity=50);
-moz-opacity:0.5;opacity: 0.5;
}

.imgop:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;
}

.imgstaff:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;
}

.white-space:nowrap{
  font-style: italic;
}

.tran {
filter:alpha(opacity=99);
-moz-opacity:0.5;opacity: 0.5;
}

.tran:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;
}

a img {
border: none;
}

a.mainmenu{
 text-decoration: none;
 color : #000000;}

a.mainmenu:hover{
 text-decoration: none;
 color : #B0ADA0;}

a.forumlink{
display:block;
border-bottom: 2px dotted #6C7977;
color:#4C1B1B;
font-family: georgia;
height:25px;
width: 400px;
font-size: 19px;
letter-spacing: 1px;
}


a.forumlink:hover{
display:block;
text-decoration:none;
border-bottom: 2px dotted #6C7977;
color:#4C1B1B;
font-family: georgia;
height:25px;
width: 400px;
font-size: 19px;
letter-spacing: 3px;}

a.mainmenu:link, a.mainmenu:visited{
margin-left : 3px;
margin-right : 3px;
font-family :Georgia;
font-size: 11px;
color: #818181;
background-image: url("http://www.monsterup.com/upload/1269089217283.gif");
text-align:left;
border-left: 6px solid #C9BAAB;
border-right: 9px solid: url("http://www.monsterup.com/upload/1269089217283.gif");
}

a.mainmenu:hover, a.mainmenu:hover:visited{
color: #908789;
border-left: 6px solid #7A5E5E;
border-right: 9px solid: url("http://www.monsterup.com/upload/1272310477823.jpg");
}


a {font-variant: small-caps; text-decoration:none; }


.nlink1 a {
display:block;
background-color: #FBF8F2;
-moz-border-radius: 14px 14px 14px 14px ;
border-left:8px solid #393224;
border-right:8px solid #393224;
color: #2F332E;
font-family:verdana;
font-size:13px;
height:17px;
width:150px;
-moz-opacity:0.3;}


.nlink1 a:hover {
display:block;
background-color: #393224;
-moz-border-radius: 14px 14px 14px 14px ;
border-left:8px solid #FBF8F2;
border-right:8px solid #FBF8F2;
color: #FBF8F2;
font-family:verdana;
font-size:13px;
height:17px;
width:150px;
-moz-opacity:0.3;}

.titre {
color: #393224;
font-size: 14px;
font-weight : bold;
background-color: #DBDAD7;
height: 20px;
width: 200px;
padding: 2px 3px; text-align:center;
-moz-border-radius:10px;}



.quote{
font-family: Tahoma;
font-size: 12px;
color: #000000;
line-height: 100%;
background-color: #EFECCA;
border: #cfcdce;
border-style: solid;
border: 1px #a08491
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #000000;
background-color: #EFECCA;
border: #cfcdce;
border-style: solid;
width:80%;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
border: 1px #a08491
dotted;
-moz-border-radius:6px;}



textarea {
border:1px dotted #BD8D46;
background: #ECF2F1;
-moz-border-radius: 10px 10px 10px 10px ;
width: 200px
}

input {
-moz-border-radius: 10px 10px 0px 0px;
background: #ECF2F1;
border: #ABAFAE;
border-left-style: solid; ~ Tu peux mettre aussi dashed, dotted ou une autre valeur qui te convient ~
border-left-width: 0px; ~ C'est l'épaisseur de la bordure. ~
border-right-style: solid; ~ Idem ~
border-right-width:0px; ~ Idem ~
border-top-style: solid; ~ Idem ~
border-top-width:0px; ~ Idem ~
border-bottom-style:solid; ~ Idem ~
border-bottom-width:0px; ~ Idem ~
}





h1{
font-variant : small-caps;
width:80%;
font-family: arial;
color: #000000; 
letter-spacing: 0.2em;
border-bottom: 1px dotted #9B0010;
}

h2 {
font-variant : small-caps;
width:50%;
font-size: 16px;
font-family: georgia;
letter-spacing: 0.1em;
border-bottom: 1px dotted #393224;}

h3 {
width:100%;
font-size: 24px;
font-family: georgia;
font-style: italic;
color: #4C1B1B; 
letter-spacing: 0.4em;} 

h4 {
font-variant : caps;
width:80%;
font-size: 20px;
font-family: vernada;
color: #AE4F55; 
letter-spacing: 0.3em;
border-bottom: 4px solid #4C1B1B;} 

h5 {
font-size:12px;
border-left: solid 2px #494C4B;
font-family: vernada;
margin-left: 2px;
letter-spacing: 1px;
width:80%;
color: #000000; 
letter-spacing: 0.1em;}   

u{
border-bottom: 1px dotted #494C4B;
font-family: georgia;
font-size: 13px;}         

b{
font-family: vernada;
font-size: 15px;} 

i{ 
font-size: 13px;}     





a.infobulle {
  position: relative;
}

a.infobulle span {
  display: none; /* ceci masque l'infobulle */
}
a.infobulle:hover {
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */

}
a.infobulle:hover span {
  display: inline; /* ceci 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: 5px; /* on positionne notre infobulle */
  left: 15px;

  background: #ebebeb; /* arrière-plan de l'infobulle */

  color: black; /* texte dans l'infobulle */
  padding: 3px;

  /* bordures de votre infobulle*/
  border: 1px dotted black;
  border-left: 1px dotted black;

-moz-border-radius: 10px 10px 10px 10px ;
}

.spoiler_content {color:#000000;}

Ma question étant de savoir ce qu'il faut changer pour que le forum s'affiche sous IE.

Je vous remercie d'avance pour toute aide que vous m'apporterez.


Dernière édition par Sowsow le Mer 25 Aoû 2010, 12:52, édité 1 fois
MessageSujet: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptySam 21 Aoû 2010, 07:20
Revenir en haut Aller en bas
http://www.ryotopub.com
Haribot' ♪
Haribot' ♪
{ Membre hyper-actif }
{ Membre hyper-actif }

Masculin Messages : 5163



Forum qui ne s'affiche pas sous IE Empty
Coucou Very Happy

Alors premièrement, je te conseille d'installer Mozilla Firefox.

Ensuite, je te conseille de mettre à jour ton IE et de prendre IE 8 car chez moi, ton forum s'ouvre parfaitement avec IE Smile

Bonne Journée,
Haricoow.
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptySam 21 Aoû 2010, 12:57
Revenir en haut Aller en bas
http://fantasmagorie.forumactif.org/forum.htm
Sowsow
{ Membre }
{ Membre }

Féminin Messages : 6



Forum qui ne s'affiche pas sous IE Empty

C'était surtout pour les membres qui sont encore sous IE que je voulais une solution.

Merci de la précision, je vais faire passer le message. Wink
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptySam 21 Aoû 2010, 13:43
Revenir en haut Aller en bas
iowan
iowan
{ Membre actif }
{ Membre actif }

Masculin Messages : 304



Forum qui ne s'affiche pas sous IE Empty
salut, IE ne bug pas c'est toi qui a fait des erreurs nottamanent dans le javascript,
ce que IE essaye c'est de modifier une valeur qui n'a pas etait charger O_o, bon je te conseil de allez checker ton template et modifier tes codes javascript comme ceci

Code:

$(function(){
  ton code javascript
});

comme ca en attends que tous les elements soit charger par le navigateur et ensuite en debut la modifications
PS: le innerHTML qui genere le bug sur IE

j'espere que ca resoudre ton prob
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptySam 21 Aoû 2010, 17:57
Revenir en haut Aller en bas
http://fantasmagorie.forumactif.org/forum.htm
Sowsow
{ Membre }
{ Membre }

Féminin Messages : 6



Forum qui ne s'affiche pas sous IE Empty
Juste une question : où je trouve le code javascript à mettre dans le code ?
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptyMar 24 Aoû 2010, 15:50
Revenir en haut Aller en bas
iowan
iowan
{ Membre actif }
{ Membre actif }

Masculin Messages : 304



Forum qui ne s'affiche pas sous IE Empty
regarde dans ton tous les templates modifié

quand tu vois comme ceci

Code:

<script type="text/javascript">
 code javascript
</script>

la c'est du javascript tu modifie le script comme ceci

Code:

<script type="text/javascript">
$(function(){
 code javascript
});
</script>
essaye de mettre ces modifications dans les codes ou il ya l'instruction innerhtml
puis sauvgarde le template et publie le
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptyMer 25 Aoû 2010, 12:13
Revenir en haut Aller en bas
http://fantasmagorie.forumactif.org/forum.htm
Sowsow
{ Membre }
{ Membre }

Féminin Messages : 6



Forum qui ne s'affiche pas sous IE Empty
Merci beaucoup.

Le problème est parfaitement réglé.
Merci beaucoup.
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptyMer 25 Aoû 2010, 12:52
Revenir en haut Aller en bas
http://www.i-love-harvard.com/
Kaiji
Kaiji
Blanche-Neige
Blanche-Neige

Féminin Messages : 5578



Forum qui ne s'affiche pas sous IE Empty
    Je classe =)
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE EmptyJeu 26 Aoû 2010, 19:35
Revenir en haut Aller en bas
Contenu sponsorisé




Forum qui ne s'affiche pas sous IE Empty
MessageSujet: Re: Forum qui ne s'affiche pas sous IE   Forum qui ne s'affiche pas sous IE Empty
Revenir en haut Aller en bas
 

Forum qui ne s'affiche pas sous IE

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

 Sujets similaires

-
» Description forum et liens sous forum: soucis de positionement [Non résolu]
» sous forum
» Sous forum
» Sous-forum
» Sous forum

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 | Cookies | Forum gratuit