probleme de Queel qui disparait Bouton_activeprobleme de Queel qui disparait Bouton_hoverprobleme de Queel qui disparait Fb-hoverprobleme de Queel qui disparait 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
probleme de Queel qui disparait EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
probleme de Queel qui disparait EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
probleme de Queel qui disparait EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
probleme de Queel qui disparait EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
probleme de Queel qui disparait EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
probleme de Queel qui disparait EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
probleme de Queel qui disparait EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
probleme de Queel qui disparait EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le deal à ne pas rater :
Pokémon EV06 : où acheter le Bundle Lot 6 Boosters Mascarade ...
Voir le deal

Partagez
 

probleme de Queel qui disparait

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://testgraphiquerpg.forumactif.info/forum.htm
TUC
TUC
{ Membre }
{ Membre }

Féminin Messages : 61



probleme de Queel qui disparait Empty
Bonjour Smile

alors apres avoir cherché un peut partout je me demande si j'ai pas un code qui a sauté ou quelque chose qui a du disparaitre quand j'ai fait mes modifications.

En fait je n'ai pas encore modifié le queel j'ai juste mis des onglets (pour les catégories) et quand je clique sur le second onglet mon queel s'en va! peut etre est du au code de mes onglets?
Si quelqu'un pouvait m'aider ça serait cool Smile

Code:


<style>#left { display : block }</style>
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}

        {CURRENT_TIME}

        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<style>
#catOnglet h2 {  float : left ; }
</style>
<script type="text/javascript">
$(document).ready(function(){

  $("#catOnglet").find("h2").eq(0).addClass("active");
  $("#catContent").find("table.forumline").eq(0).slideDown();

  $("#catOnglet").find("h2").each(function(i){
      $(this).click(function(){
        var onglet = $("#catOnglet");
        onglet.find(".active").removeClass("active");
        $(this).addClass("active");

        var content = $("#catContent");
        content.find("table.forumline").slideUp();
        content.find("table.forumline").eq(i).slideDown();
      });
  });
});
</script>

<!-- Block cathégorie -->
<div id="catOnglet">
  <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
        {catrow.tablehead.L_FORUM}
      <!-- END tablehead -->
  <!-- END catrow -->
  <div style="clear:both"> </div>
</div>

<!-- Table des forum -->
<div id="catContent">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <table class="forumline" style="display:none" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- END tablehead -->
 

  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

            </span>
        </h{catrow.forumrow.LEVEL}>
        <table width="100%"><tr>
            <td>
              <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            </td>
       
            <td width=200px>
              <fieldset style="width:200px;">
                  <legend>
                    <span class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</span>
                  </legend>
                 
                  <span class="gensmall"><b>Dernier message :</b><br/>{catrow.forumrow.LAST_POST}</span>
              </fieldset>
            </td>
        </tr></table>
        <span class="gensmall">
        <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
        <!-- END switch_moderators_links -->
        <div class="souforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        </span>

      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
 
 
 
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->

<!-- END catrow -->
</div>

<html><head>
<style type="text/css">
.mycss
{
font-weight:normal;font-variant:small-caps;color:#000000;letter-spacing:1pt;word-spacing:2pt;font-size:11px;text-align:center;font-family:arial, helvetica, sans-serif;line-height:1;
}
</style>
</head>
<body>
<p class="mycss"><b><i><font size=2>(c) Mistral 13 - RPG : Made by Sara & Claire / Do Not Copy !</font></i></b></p>
</body>

voici l'adresse de mon forum de test pour que vous le voyez en live ^^ : http://testgraphiquerpg.forumactif.info/?tt=1

et encore merci d'avance a celui qui trouvera mon probleme Smile


Dernière édition par TUC le Jeu 17 Fév 2011, 08:08, édité 1 fois
MessageSujet: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyVen 04 Fév 2011, 07:11
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



probleme de Queel qui disparait Empty
Bonsoir !

Il y avait un certain nombre d'erreurs dans ton code qui peuvent potentiellement être la raison du problème. Malheureusement, mes connaissances en javascript ne me permettent pas de savoir si le souci vient du script. Voici en tout cas une version corrigée de ton code.

Code:
<style type="text/css">
   #left { display : block }
   
   #catOnglet h2 {  float : left ; }

   .mycss
   {
      font-weight:bold;
      font-variant:small-caps;
      color:#000000;
      letter-spacing:1pt;
      word-spacing:2pt;
      font-size:11px;
      text-align:center;
      font-family:arial, helvetica, sans-serif;
      line-height:1;
      font-style:italic;
   }   
</style>

<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}

        {CURRENT_TIME}

        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>

<script type="text/javascript">
$(document).ready(function(){

  $("#catOnglet").find("h2").eq(0).addClass("active");
  $("#catContent").find("table.forumline").eq(0).slideDown();

  $("#catOnglet").find("h2").each(function(i){
      $(this).click(function(){
        $("#catOnglet").find(".active").removeClass("active");
        $(this).addClass("active");

        $("#catContent").find("table.forumline").slideUp();
        $("#catContent").find("table.forumline").eq(i).slideDown();
      });
  });
});
</script>

<!-- Block catégorie -->
<div id="catOnglet">
  <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
        {catrow.tablehead.L_FORUM}
      <!-- END tablehead -->
  <!-- END catrow -->
  <div style="clear:both"> </div>
</div>

<!-- Table des forum -->
<div id="catContent">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <table class="forumline" style="display:none" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- END tablehead -->
 

  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

            </span>
        </h{catrow.forumrow.LEVEL}>
      
        <table width="100%">
         <tr>
            <td>
              <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            </td>
       
            <td width="200px">
              <fieldset style="width:200px;">
                 <legend>
                  <span class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</span>
                 </legend>
               
                 <span class="gensmall"><b>Dernier message :</b><br/>{catrow.forumrow.LAST_POST}</span>
              </fieldset>
            </td>
         </tr>
      </table>
      
        <span class="gensmall">
        <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
        <!-- END switch_moderators_links -->
        <div class="souforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        </span>
     </td>

      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
 
 
 
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
</table>
<!-- END catrow -->
</div>

<p class="mycss">(c) Mistral 13 - RPG : Made by Sara & Claire / Do Not Copy !</p>

Pour l'info technique :
  • Il y avait un < /td> manquant
  • Il y avait un < /table > manquant
  • Il y avait une partie sous la forme < html > < head > < / head > < / html > qui n'avait rien à faire là O.o
  • Et j'ai rassemblé tous les CSS dans une même balise style ^^
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyLun 07 Fév 2011, 13:49
Revenir en haut Aller en bas
http://testgraphiquerpg.forumactif.info/forum.htm
TUC
TUC
{ Membre }
{ Membre }

Féminin Messages : 61



probleme de Queel qui disparait Empty
Merci de ton aide mais malheureusement c'est heu... encore pire :/

http://testgraphiquerpg.forumactif.info/

je laisse tel quel pour que tu vois... A mon avis ça doit pas venir que de ce code la alors...

et merci pour les explications techniques faudrait que je regarde de plus pres la prochaine fois, peut etre que j'arriverais un peut a me corriger même si je suis pas douée ^^
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyMar 08 Fév 2011, 06:54
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



probleme de Queel qui disparait Empty
WOUUUH, joli XD

C'était quoi le template que tu m'as donné ? Etait-il bien complet ? Quels templates as-tu modifiés ? Est-ce que c'était en toute connaissance de cause ou bien as-tu accumulé les modifications ? ^^'
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyMar 08 Fév 2011, 14:23
Revenir en haut Aller en bas
http://testgraphiquerpg.forumactif.info/forum.htm
TUC
TUC
{ Membre }
{ Membre }

Féminin Messages : 61



probleme de Queel qui disparait Empty
Heu j'avoue avoir accumulé mais pas trop non plus.

je t'ai donné le template complet (celui de index_box) et j'ai modifié celui de overal_healder.

c'est le code overal_healder : (peut etre que c'est lui qui fait sauté le tout?)

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" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB}>
<head>
   <!-- BEGIN meta_emulate_ie7 -->
   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
   <!-- END meta_emulate_ie7 -->
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING};" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   <!-- BEGIN switch_canonical_url -->
   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
   <!-- END switch_canonical_url -->
   {META_FAVICO}
   {META}
   {META_FB_LIKE}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JQUERY_PATH}" type="text/javascript"></script>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
   <!-- END switch_fb_login -->

   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
   <script type="text/javascript">//<![CDATA[
   /* Definir le sens de direction en fonction du panneau admin */
   var tickerDirParam = "{switch_ticker.DIRECTION}";
   var slid_vert = false;
   var auto_dir  = 'next';
   var h_perso = parseInt({switch_ticker.HEIGHT});

   switch( tickerDirParam )
   {
      case 'top' :
         slid_vert = true;
         break;

      case 'left':
         break;

      case 'bottom':
         slid_vert = true;
         auto_dir  = 'prev';
         break;

      case 'right':
         auto_dir  = 'prev';
         break;

      default:
         slid_vert = true;
   }

   $(document).ready(function() {
      var w_cont = $('#fa_ticker_container').width();

      if (w_cont > 0)
      {
         $('#fa_ticker_container').width(w_cont);

         /* Affichage de la liste */
         $('#fa_ticker_content').css('display','block');

         /* Calcul des dimensions du conteneur et des �l�ments */
         var width_max  = $('ul#fa_ticker_content').width();
         var width_item = Math.floor(width_max / {switch_ticker.SIZE});
         var height_max = h_perso;

         /* Calcul de la hauteur maximale du contenur en fonction des �l�ments et de la hauteur personnalis�e dans l'admin */
         $('ul#fa_ticker_content li').each( function () {
            if ($(this).height() > height_max)
            {
               height_max = $(this).height();
            }
         } );

         /* Redimensionnement des �l�ments et des images trop larges */
         $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
            if ($(this).width() > width_item)
            {
            var ratio      = $(this).width() / width_item;
            var new_height = Math.round($(this).height() / ratio);
            $(this).height(new_height).width(width_item);
            }
         });

         /* Redimensionnement et centrage du conteneur en mode vertical */
         if (slid_vert)
         {
            $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
         }

         /* Initialisation du caroussel */
         $('#fa_ticker_content').jcarousel({
              vertical: slid_vert,
            wrap: 'circular',
             auto: {switch_ticker.STOP_TIME},
             auto_direction: auto_dir,
              scroll: 1,
              size: {switch_ticker.SIZE},
              height_max: height_max,
              animation: {switch_ticker.SPEED}
          });
       }
       else
       {
          $('ul#fa_ticker_content li:not(:first)').css('display','none');
          $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
       }
   });
   //]]>
   </script>
   <!-- END switch_ticker_new -->

   <script type="text/javascript">//<![CDATA[
   $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         pm.focus();
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         report.focus();
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
   <!-- END switch_login_popup -->

   <!-- BEGIN switch_login_popup -->
   $(document).ready( function() {
      $(window).resize(function() {
         var windowWidth = document.documentElement.clientWidth;
          var popupWidth = $("#login_popup").width();
          var mypopup = $("#login_popup");

          $("#login_popup").css({
              "left": windowWidth/2 - popupWidth/2
           });
      });
   });
   <!-- END switch_login_popup -->
   //]]>
   </script>
   {GREETING_POPUP}
   <!-- BEGIN switch_ticker_new -->
   <style>
   .jcarousel-skin-tango .jcarousel-item {
       text-align:center;
       width: 10px;
   }

   .jcarousel-skin-tango .jcarousel-item-horizontal {
       margin-right: {switch_ticker.SPACING}px;
   }

   .jcarousel-skin-tango .jcarousel-item-vertical {
       margin-bottom: {switch_ticker.SPACING}px;
   }
   </style>
   <!-- END switch_ticker_new -->

   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
     var _gaq = _gaq || [];
     _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
     _gaq.push(['_trackPageview']);

     (function() {
       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            

            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->

   <!-- BEGIN switch_login_popup -->
   <div id="login_popup">
      <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
         <tr height="25">
            <td class="catLeft">
               <span class="genmed module-title">{SITENAME}</span>
            </td>
         </tr>
         <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
            <td class="row1" align="left" valign="top">
               <div id="login_popup_buttons">
                  <form action="{S_LOGIN_ACTION}" method="get">
                     <input type="submit" class="mainoption" value="{L_LOGIN}" />
                     <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                     <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                  </form>
               </div>
               <span class="genmed">{LOGIN_POPUP_MSG}</span>
            </td>
         </tr>
      </table>
   </div>
   <!-- END switch_login_popup -->

   <a name="top"></a>
   {JAVASCRIPT}
   <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
        <td class="bodyline">
                    <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
              <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}><span class="navi">{GENERATED_NAV_BAR}</span></td>
              </tr>
            </table><br>
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
              <tr>
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_left -->
                  <td align="center" width="100%" valign="middle">
                     <!-- BEGIN switch_logo_center -->
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                     

                     <!-- END switch_logo_center -->
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     

                     <span class="gen">{SITE_DESCRIPTION}
&nbsp; </span>
                  </td>
                  <!-- BEGIN switch_logo_right -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_right -->
               </tr>
            </table>


            <div style="clear: both;"></div>

            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content"  class="jcarousel-skin-tango" style="display:none;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker -->

            <div id="page-body">
               <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                     <tbody>
                        <tr>
                           <td valign="top" width="{C1SIZE}">
                              <div id="{ID_LEFT}">
                                 <!-- BEGIN giefmod_index1 -->
                                 {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                 <!-- END giefmod_index1 -->
                              </div>
                           </td>
                           <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                           </td>
                        </tr>
                     </tbody>
                  </table>
               </div>
            </div>
         </td>
      </tr>
   </table>
</body>
</html>
<!-- END html_validation -->
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyMar 08 Fév 2011, 18:12
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



probleme de Queel qui disparait Empty
Il n'y a rien dans le overall_header qui justifie le plantage. On va faire ça par étapes. Je vais te donner plusieurs versions de ton fichier index_box, et tu vas me dire à quel moment ça plante.

VERSION 1
Code:
<style type="text/css">
.mycss
{
   font-weight:bold;
   font-variant:small-caps;
   color:#000000;
   letter-spacing:1pt;
   word-spacing:2pt;
   font-size:11px;
   text-align:center;
   font-family:arial, helvetica, sans-serif;
   line-height:1;
}

#left { display : block }

#catOnglet h2 {  float : left ; }
</style>


<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}

        {CURRENT_TIME}

        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>

<script type="text/javascript">
$(document).ready(function(){

  $("#catOnglet").find("h2").eq(0).addClass("active");
  $("#catContent").find("table.forumline").eq(0).slideDown();

  $("#catOnglet").find("h2").each(function(i){
      $(this).click(function(){
        var onglet = $("#catOnglet");
        onglet.find(".active").removeClass("active");
        $(this).addClass("active");

        var content = $("#catContent");
        content.find("table.forumline").slideUp();
        content.find("table.forumline").eq(i).slideDown();
      });
  });
});
</script>

<!-- Block cathégorie -->
<div id="catOnglet">
  <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
        {catrow.tablehead.L_FORUM}
      <!-- END tablehead -->
  <!-- END catrow -->
  <div style="clear:both"> </div>
</div>

<!-- Table des forum -->
<div id="catContent">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <table class="forumline" style="display:none" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- END tablehead -->
 

  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

            </span>
        </h{catrow.forumrow.LEVEL}>
        <table width="100%"><tr>
            <td>
              <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            </td>
     
            <td width=200px>
              <fieldset style="width:200px;">
                  <legend>
                    <span class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</span>
                  </legend>
               
                  <span class="gensmall"><b>Dernier message :</b><br/>{catrow.forumrow.LAST_POST}</span>
              </fieldset>
            </td>
        </tr></table>
        <span class="gensmall">
        <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
        <!-- END switch_moderators_links -->
        <div class="souforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        </span>

      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
 
 
 
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->

<!-- END catrow -->
</div>

<p class="mycss">(c) Mistral 13 - RPG : Made by Sara & Claire / Do Not Copy !</p>

VERSION 2
Code:
<style type="text/css">
.mycss
{
   font-weight:bold;
   font-variant:small-caps;
   color:#000000;
   letter-spacing:1pt;
   word-spacing:2pt;
   font-size:11px;
   text-align:center;
   font-family:arial, helvetica, sans-serif;
   line-height:1;
}

#left { display : block }

#catOnglet h2 {  float : left ; }
</style>


<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}

        {CURRENT_TIME}

        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>

<script type="text/javascript">
$(document).ready(function(){

  $("#catOnglet").find("h2").eq(0).addClass("active");
  $("#catContent").find("table.forumline").eq(0).slideDown();

  $("#catOnglet").find("h2").each(function(i){
      $(this).click(function(){
        var onglet = $("#catOnglet");
        onglet.find(".active").removeClass("active");
        $(this).addClass("active");

        var content = $("#catContent");
        content.find("table.forumline").slideUp();
        content.find("table.forumline").eq(i).slideDown();
      });
  });
});
</script>

<!-- Block cathégorie -->
<div id="catOnglet">
  <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
        {catrow.tablehead.L_FORUM}
      <!-- END tablehead -->
  <!-- END catrow -->
  <div style="clear:both"> </div>
</div>

<!-- Table des forum -->
<div id="catContent">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <table class="forumline" style="display:none" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- END tablehead -->
 

  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
        <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

            </span>
         </h{catrow.forumrow.LEVEL}>
         <table width="100%">
            <tr>
               <td>
                 <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
               </td>
          
               <td width=200px>
                 <fieldset style="width:200px;">
                    <legend>
                     <span class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</span>
                    </legend>
                  
                    <span class="gensmall"><b>Dernier message :</b><br/>{catrow.forumrow.LAST_POST}</span>
                 </fieldset>
               </td>
            </tr>
         </table>
      </td>
      
        <span class="gensmall">
        <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
        <!-- END switch_moderators_links -->
        <div class="souforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        </span>

      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
 
 
 
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->

<!-- END catrow -->
</div>

<p class="mycss">(c) Mistral 13 - RPG : Made by Sara & Claire / Do Not Copy !</p>

VERSION 3
Code:
<style type="text/css">
.mycss
{
   font-weight:bold;
   font-variant:small-caps;
   color:#000000;
   letter-spacing:1pt;
   word-spacing:2pt;
   font-size:11px;
   text-align:center;
   font-family:arial, helvetica, sans-serif;
   line-height:1;
}

#left { display : block }

#catOnglet h2 {  float : left ; }
</style>


<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}

        {CURRENT_TIME}

        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>

<script type="text/javascript">
$(document).ready(function(){

  $("#catOnglet").find("h2").eq(0).addClass("active");
  $("#catContent").find("table.forumline").eq(0).slideDown();

  $("#catOnglet").find("h2").each(function(i){
      $(this).click(function(){
        var onglet = $("#catOnglet");
        onglet.find(".active").removeClass("active");
        $(this).addClass("active");

        var content = $("#catContent");
        content.find("table.forumline").slideUp();
        content.find("table.forumline").eq(i).slideDown();
      });
  });
});
</script>

<!-- Block cathégorie -->
<div id="catOnglet">
  <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
        {catrow.tablehead.L_FORUM}
      <!-- END tablehead -->
  <!-- END catrow -->
  <div style="clear:both"> </div>
</div>

<!-- Table des forum -->
<div id="catContent">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <table class="forumline" style="display:none" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- END tablehead -->
 

  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
        <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

            </span>
         </h{catrow.forumrow.LEVEL}>
         <table width="100%">
            <tr>
               <td>
                 <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
               </td>
          
               <td width=200px>
                 <fieldset style="width:200px;">
                    <legend>
                     <span class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets</span>
                    </legend>
                  
                    <span class="gensmall"><b>Dernier message :</b><br/>{catrow.forumrow.LAST_POST}</span>
                 </fieldset>
               </td>
            </tr>
         </table>
      </td>
      
        <span class="gensmall">
        <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
        <!-- END switch_moderators_links -->
        <div class="souforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        </span>

      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
 
 
 
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
</table>
<!-- END catrow -->
</div>

<p class="mycss">(c) Mistral 13 - RPG : Made by Sara & Claire / Do Not Copy !</p>

D'où vient le code que tu utilises pour les catégories en onglet ? Ce n'est pas celui du tutoriel qu'on trouve ici...
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyMar 08 Fév 2011, 22:37
Revenir en haut Aller en bas
http://testgraphiquerpg.forumactif.info/forum.htm
TUC
TUC
{ Membre }
{ Membre }

Féminin Messages : 61



probleme de Queel qui disparait Empty
en fait je pourrais pas trop te dire d'ou il sort étant donné que ça fait longtemps que je l'utilise... Du coup j'ai perdu le lien je le ré utilise juste a chaque fois (je trouve ça plus pratique)

Peut etre que c'est ça qui fait tout planté? Faut peut etre que j'utilise celui du tuto ici?

version 1 : tout reviens a la normal sauf que mon problème de Queel persiste :/

version 2 : c'est la même chose que la version 1

version 3 : ça me refait le truc bizarre que j'ai la déja :/

bon... je vois vraiment pas le truc alors, ça viens qd même pas du CSS?

edit le voila au cas ou (c'est un vrai bordel j'avoue Embarassed )

Code:
/*descriptions des catégories*/
.descri
{
background-color : #867d79;
border-top: 1px solid #d28d61;
border-left: 7px solid #d28d61;
border-right: 7px solid #d28d61;
-moz-border-radius: 10px 10px 10px 10px;
width: 500px;
}
 

/* liens sous forum*/
.sd_onglet{
font-variant: small-caps ;
    float: center;
    cursor: pointer;
    margin-bottom: 3px;
    background-color: #867d79;
font-family:  Arial;
font-size: 12px;
letter-spacing: 1px;

text-align: center;
color: #ffffff;
height : 15px;
width: 65%;
-moz-border-radius: 0px 0px 10px 10px;
border-left: 7px solid #d28d61;
border-right: 7px solid #d28d61;
border-bottom: 1px solid #d28d61;
}

.sd_onglet:hover{
font-variant: small-caps ;
    float: center;
    cursor: pointer;
    margin-bottom: 3px;
    background-color: #867d79;
font-family:  Arial;
font-size: 12px;
letter-spacing: 1px;

text-align: center;
color: #ffffff;
height : 15px;
-moz-border-radius: 0px 0px 10px 10px;
width: 65%;
border-left: 7px solid #d28d61;
border-right: 7px solid #d28d61;
border-bottom: 1px solid #d28d61;
}           


/* titres des forums*/

.CLASSE-DES-TITRES
{
text-align: center;
font-family:  Arial;
font-size: 12px;
border-bottom:7px solid #232229;
background-repeat: no-repeat;
-moz-border-radius: 10px 10px 10px 10px;
width: 500px;
height: 18px;

}

.genmed{
font-variant: small-caps ;display: block;
font-family: Georgia;
front-color: #cfcbcb;
background-image: url(http://shizoo.frozen-media.de/stuff/patterns/88.jpg); /*FOND*/
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
}


a.forumlink:hover {
-webkit-text-shadow: 2px 2px 3px #000;
-moz-text-shadow: 2px 2px 3px #000;
text-shadow: 2px 2px 3px #000;
}

.forumline
{background-color: transparent;
background-repeat: repeat;
padding-left: 20px;
padding-right: 18px;
border: none;}

.navi {
font-size: 3px;
background-image: url(http://i77.servimg.com/u/f77/12/67/45/55/fond10.jpg); /*FOND*/
border: 2px solid #000000;
text-shadow: 0px 0px 2px #ffffff; /*OMBRAGE*/
padding: 3px; /*ESPACER DES BORDS*/
font-family: Georgia;
front-color: #cfcbcb;
position: fixed;
left: 0px;
top: 0px;
right: 0px;
z-index: 999;
width: 100%;
}

a.forumlink:hover {
-webkit-text-shadow: 2px 2px 3px #000;
-moz-text-shadow: 2px 2px 3px #000;
text-shadow: 2px 2px 3px #000;
}

a.mainmenu{
font-size: 20px;
background-color:#BDBDBD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:2px;
margin:4px;
}

.bodyline
{
border-right: 5px solid #000000;
border-left: 5px solid #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

table.bodylinewidth
{
position: relative;
top: -9px;
}
#catOnglet h2 {
  margin : 0 ; padding : 4px 4px ;background-color: #727378;

  border : solid 1px #000000;
  border-radius : 10px 10px 0px 0px ; -moz-border-radius : 10px 10px 0px 0px ;
  opacity : 0.2 ;text-shadow: #053457 1px 1px 2px;
  cursor : se-resize ;
  font-size : 10pt; font-family: Georgia;
}
#catOnglet h2:hover { opacity : 3 !important ; }
.active {
  opacity : 3 !important;
}

#catContent .forumline {
border-radius : 0px 10px 0px 10px ; -moz-border-radius : 0px 10px 0px 10px ;
border-width : 3px #ABABAB; background-color : #727378;
}

.mystats_fa{
    background-color: #EAEAEA;
    padding: 5px;
    float:right;
  border: 2px solid #E1E1E1;

  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}
a.forumlink {
text-align: center;
}
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyJeu 10 Fév 2011, 06:36
Revenir en haut Aller en bas
Psycho
Psycho
Psychopathe
Psychopathe

Féminin Messages : 3407



probleme de Queel qui disparait Empty
Bonjour (:
Votre problème est-il toujours d'actualité ? S'il est maintenant résolu, merci de cocher l'icône probleme de Queel qui disparait Resolu en éditant votre premier message (:
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyMer 16 Fév 2011, 19:16
Revenir en haut Aller en bas
http://testgraphiquerpg.forumactif.info/forum.htm
TUC
TUC
{ Membre }
{ Membre }

Féminin Messages : 61



probleme de Queel qui disparait Empty
Il n'est pas résolu mais tant pis, je recommence tout du début Smile merci quand même de votre aide Wink
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait EmptyJeu 17 Fév 2011, 08:06
Revenir en haut Aller en bas
Contenu sponsorisé




probleme de Queel qui disparait Empty
MessageSujet: Re: probleme de Queel qui disparait   probleme de Queel qui disparait Empty
Revenir en haut Aller en bas
 

probleme de Queel qui disparait

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

 Sujets similaires

-
» probleme de queel
» Problème de QUEEL
» Problème tableau queel.
» Problème acec mon Queel.
» Problème au niveau de l'image de queel

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