Flèche vers le haut qui bug

2 participants

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

Résolu Flèche vers le haut qui bug

Message par IOnizuka Lun 30 Nov 2015 - 2:32

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : http://one-piece-evolved.forumactif.com/

Description du problème

Bonsoir,

Je vous expose mon problème, comme l'illustre le screen ci dessus, je n'arrive pas à monter vers le haut de la page en cliquant sur la fleche du haut, or celle du bas fonctionne correctement.

J'ai tenté d'enlever tout mon CSS pour voir si cela venait de là et par magie la flèche du haut fonctionnais. J'ai donc essayé de voir ce qui clocher sur mon CSS, mais impossible de trouver. Je viens donc à vous pour voir si vous pouvez me venir en aide. Cela peut paraître anodin, mais je comptais faire une navigation rapide donc cela me chagrine un peu.

Voici mon CSS :
Code:
.slideshow
{
  border-bottom:2px solid #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-top:2px solid #000000;
  height:220px;
  overflow:hidden;
  width:900px;
  animation: slider 5s infinite;
 
}

.slideshow ul{height:170px;list-style:none;margin:0;padding:0;width:400%}

.slideshow li{float:left}

a { text-decoration: none; }

body.chatbox {
    background-color: #f5f5f5;
}

.cate_titre
{
  width: 98%;
  margin: auto;
  text-align: center;
}

.categorie
{
  width: 98%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #e9e9e6;
  border-top: 3px solid #A4A4A4;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  box-shadow: 0px 0px 5px #595959;
  -moz-box-shadow: 0px 0px 5px #595959;
  -o-box-shadow: 0px 0px 5px #595959;
  -htm-box-shadow: 0px 0px 5px #595959;
  -webkit-box-shadow: 0px 0px 5px #595959;
}
.forum
{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #f3f3f3;
  border: 1px dotted #c0c0c0;
  padding: 2px;
}
.forumlink
{
  display: block;
  width: 580px;
  font-variant: small-caps;
  letter-spacing: 2px;
  padding-left: 0px;
  margin-right: 15px;
  text-shadow: 1px 1px 0px #ffffff;
}
.forumlink a
{
  font-size: 16px;
  border-bottom: 2px dotted #c0c0c0;
}
.description
{
  display: block;
  width: 600px;
  margin: auto;
  font-size: 11px;
  text-align: justify;
  overflow-x: auto;
  overflow-y: auto;
  color: #a6a6a6;
}

.illu
{
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
}

.stats_last
{
  display: block;
  width: 160px;
  margin: auto;
  background: #e9e9e6;
  padding: 10px;
  border: 1px dotted #c0c0c0;
}
.stats
{
  display: block;
  text-align: center;
  font-size: 10px;
  color: #a6a6a6;
  border-bottom: 1px solid #cacaca;
  padding-top: -10px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.last
{
  display: block;
  text-align: center;
  font-size: 11px;
}
.sous_forum
{
  display: block;
  width: 597px;
  margin-left: 103px;
  background: #e9e9e6;
  padding: 2px;
  text-align: center;
  line-height: 12px;
}


body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
}

div#page-footer div.gen{
  position:relative;
  top:-47px;
}
 
div#emptyidcc{
  padding-bottom:43px;
}

#navigation
{
  position: fixed;
  z-index: 999;
  height: 50px;
  width: 100%;
  margin-left: 0px;
  margin-top: 9px;
}
#navig
{
  width: 960px;
  margin: auto;
  text-align: center;
  background: #f5f5f5;
  border-bottom: 2px solid #939393;
  padding-bottom: 3px;
}
#navig a
{
  font-weight: bold;
  text-decoration: none !important;
}

#chatbox_header {
  margin-left: -10px;
  margin-right: -9px;
}

#chatbox_footer {
  margin-left: -10px;
  margin-right: -9px;
}

.bodyline
{
  background: #e9e9e9;
}

.bodylinewidth
{
  width: 950px;
  margin: auto;
}


.bodyline
{
  width: 950px;
  padding: 0;
  background: #e9e9e9;
}


.bodylinewidth
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -9px;
  margin-bottom: -9px;
}

.bodyline
{
  width: 950px;
  padding: 0;
  background: #f5f5f5;
  border-left: 5px solid #a4a4a4;
  border-right: 5px solid #a4a4a4;
  box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  -htm-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
}

.forumline
{
  width: 98%;
}


a.forumlink{
-moz-border-radius: 7px 7px 7px 7px;
background-color: #f5f5f5;
border-bottom: 5px double #9a9793;
color:#52707D;
font-family: georgia;
font-size: 14px;
font-weight: lighter;
letter-spacing: 2px;
display:block;
text-align: left;
padding-left: 20px; 
}

a.forumlink:hover{
color:rgb(170,170,170);
font-family: georgia;
font-size: 14px;
font-weight: lighter;
letter-spacing: 2px;
text-align: left;
padding-left: 20px;
}

.spoiler_content {
  display: block;
}
.hidden .spoiler_content {
  display: none;
}
 
table
{
  width: 98%;
  margin: auto;
}

.forumline
{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #f5f5f5;
  border: 1px solid #a4a4a4;
  box-shadow: 0px 0px 3px #595959;
  -moz-box-shadow: 0px 0px 3px #595959;
  -o-box-shadow: 0px 0px 3px #595959;
  -htm-box-shadow: 0px 0px 3px #595959;
  -webkit-box-shadow: 0px 0px 3px #595959;
}


#fa_ticker_block{
width: 98%;
margin-left: auto;
margin-right: auto;
}


#i_logo {
  margin-top: 31px;
  margin-right: -1px;
  margin-bottom: 10px;
}
 
#page-footer
{
  width: 960px;
  height: 300px;
  margin-top: -5px;
  background: url(http://image.noelshack.com/fichiers/2014/31/1406873544-footer.png);
}

.qeel_titre
{
  width: 800px;
  height: 80px;
  margin: auto;
  margin-bottom: -7px;
  background: url(http://image.noelshack.com/fichiers/2014/32/1407615882-qeel.png) no-repeat;
}

.groupe1, .groupe2, .groupe3, .groupe4, .groupe5, .groupe6
{
  font-weight: bold;
  text-transform: small-caps;
  line-height: 5px;
  margin-right: 7px;
  text-align: center;font-size: 16px;
}


.groupe1
{
  color: #e62e2e !important;
}
.groupe2
{
  color: #387EF0 !important;
}
.groupe3
{
  color: #29AB39 !important;
}
.groupe4
{
  color: #6A6868 !important;
}
.groupe5
{
  color: #7A2773 !important;
}
.groupe6
{
  color: #E08210 !important;
}

.groupe_contenu
{
  display: none;
}
.qeel_infos
{
  width: 900px;
  margin-top: 0px;
  margin-bottom: 2px;
  background: #f5f5f5;
  padding-top: 10px;
  padding: 4px;
  padding-left: 10px;
  font-size: 10px;
  text-align: justify;
}
 

div#infostats1
{padding: 15px;
 font-size: 11px;
 width: 872px;
 Margin-top: -4px;
 Margin-bottom: -10px;
 Margin-left: 8px;
 background-color : transparent;
}

/* Ligne 1 */
.titresblocs
{
  color: #a4a4a4;
  font-family: Trebuchet MS;
  font-size: 25px;
  font-variant: small-caps;
  text-align: center;
  text-shadow: #000000;
}

.bloc-contexte
{
  background-color: #EDE6E6;
  border-top-width: 2px;
  border-right-width-value: 2px;
  border-bottom-width: 2px;
  border-left-width-value: 2px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #a4a4a4;
  border-right-color-value: #a2b38d;
  border-bottom-color: #a4a4a4;
  border-left-color-value: #EBE2E2;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  font-size: 12px;
  height: 200px;
  margin-left: 45px;
  margin-top: 0px;
  overflow-x: auto;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  width: 800px;
}

.bloc-partenaire
{
  background-color: #EDE6E6;
  border-top-width: 2px;
  border-right-width-value: 2px;
  border-bottom-width: 2px;
  border-left-width-value: 2px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #a4a4a4;
  border-right-color-value: #a2b38d;
  border-bottom-color: #a4a4a4;
  border-left-color-value: #EBE2E2;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  font-size: 12px;
  height: 35px;
  margin-left: 45px;
  margin-top: 0px;
  overflow-x: auto;
  overflow-y: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  width: 800px;
}


.profil
{
  width: 180px;
  margin: auto;
  padding: 2px;
  background: #f3f3f3;
  border: 1px dotted #c0c0c0;
  text-align: center;
}
.name
{
  font-size: 14px;
  font-variant: small-caps;
}
.profil_avatar
{
  border: 1px solid #c0c0c0;
  background: #e9e9e6;
  padding: 4px;
}



/*---  Partie supérieur contenant les outils ---*/
 
div.sceditor-toolbar {
background-color: #A4A4A4 !important;
}

.titre {
    color: rgb(255, 255, 255);
    display: block;
    font-family: Philosopher;
    font-size: 36px;
    margin-top: -3px;
    text-align: center;
    text-shadow: 0px 0px 3px rgb(152, 126, 106);
}

.stitre {
    color: rgb(255, 255, 255);
    display: block;
    font-family: Philosopher;
    font-size: 22px;
    margin-bottom: -10px;
    text-align: left;
    text-shadow: 0px 0px 2px rgb(152, 126, 106);
}

Bien à vous.


Dernière édition par IOnizuka le Ven 4 Déc 2015 - 1:54, édité 1 fois
avatar

IOnizuka
Nouveau membre

Messages : 12
Inscrit(e) le : 25/11/2015

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

Résolu Re: Flèche vers le haut qui bug

Message par Neptunia Lun 30 Nov 2015 - 3:03

Bonjour ^^

- En forçant les templates par défaut, les deux flèches fonctionnent quel que soit le navigateur.
- En utilisant un autre navigateur (testé avec Firefox) plus de problème non plus.

Conclusion : l'erreur est à rechercher dans vos templates. Un code ne respectant pas les standards et que Chrome ne digère pas.
Les templates viewtopic_body et overall_header sont les meilleurs candidats. Les désactiver un par un permettra de trouver le template où se trouve l'erreur.
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Flèche vers le haut qui bug

Message par IOnizuka Lun 30 Nov 2015 - 12:53

Bonjour, merci pour votre réponse.

Je viens de faire les essais et effectivement, cela provient de mon template modifié Overall_Header. Cependant l'ayant modifié à partir d'un tuto, je ne peux pas le remettre par défaut car cela changerais tout le codage de mon forum. Je vous laisse le template pour savoir si vous pouvez trouver la petite bête si cela ne vous dérange pas, car je ne m'y connais absolument pas.

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} {NAMESPACE_BBCODE}>
    <head>
      <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_compat_meta -->
      <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
      <!-- END switch_compat_meta -->
      <!-- 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 elements */
                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 conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
                $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                      height_max = $(this).height();
                  }
                } );

                /* Redimensionnement des elements 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');
            if(pm != null) { 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}');
            if(report != null) { 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 -->
      {HOSTING_JS}
      <!-- BEGIN google_analytics_code -->
      <script type="text/javascript">
      //<![CDATA[
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
        _gaq.push(['_trackPageview']);
      _gaq.push(['_trackPageLoadTime']);

      <!-- BEGIN google_analytics_code_bis -->
      _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
      _gaq.push(['b._trackPageview']);
      <!-- END google_analytics_code_bis -->

        (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}
                <br />
                <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}
      <div id="navigation"><div id="navig">{GENERATED_NAV_BAR}</div></div>
      <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
          <tr>
            <td class="bodyline">
                <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 -->
 <span class="gen">{SITE_DESCRIPTION} </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 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 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 -->
avatar

IOnizuka
Nouveau membre

Messages : 12
Inscrit(e) le : 25/11/2015

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

Résolu Re: Flèche vers le haut qui bug

Message par Neptunia Lun 30 Nov 2015 - 14:38

La ligne qui pose problème est le position: fixed dans le CSS

Code:
#navigation
{
  position: fixed;
  z-index: 999;
  height: 50px;
  width: 100%;
  margin-left: 0px;
  margin-top: 9px;
}

Essayez (sans aucune garantie de ma part) de remplacer ce bloc par :
Code:
#navigation
{
  position: fixed;
  z-index: 999;
  height: 50px;
  width: 100%;
  margin-left: 0px;
  margin-top: 9px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Flèche vers le haut qui bug

Message par IOnizuka Lun 30 Nov 2015 - 14:50

Cela ne fonctionne pas =/
avatar

IOnizuka
Nouveau membre

Messages : 12
Inscrit(e) le : 25/11/2015

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

Résolu Re: Flèche vers le haut qui bug

Message par Neptunia Lun 30 Nov 2015 - 14:57

Je n'ai malheureusement rien d'autre à vous proposer.

Bonne chance !
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Flèche vers le haut qui bug

Message par IOnizuka Lun 30 Nov 2015 - 15:09

Merci quand même pour votre aide.

Du coup je vais attendre patiemment quelqu'un d'autre.
avatar

IOnizuka
Nouveau membre

Messages : 12
Inscrit(e) le : 25/11/2015

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

Résolu Re: Flèche vers le haut qui bug

Message par IOnizuka Mer 2 Déc 2015 - 20:03

Up.
avatar

IOnizuka
Nouveau membre

Messages : 12
Inscrit(e) le : 25/11/2015

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

Résolu Re: Flèche vers le haut qui bug

Message par Invité Mer 2 Déc 2015 - 20:56

bonsoir a vous , Neptunia- a semble t'il raison ^^

Code:
#navigation
{
  position: fixed;
  z-index: 999;
  height: 50px;
  width: 100%;
  margin-left: 0px;
  margin-top: 9px;
}

remplacé par
Code:
#navigation
{
  position: absolute;
  z-index: 999;
  height: 50px;
  width: 100%;
  margin-left: 0px;
  margin-top: 9px;
}

et la la fléche remonte bien
bonne soirée,
Anonymous

Invité
Invité


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

Résolu Re: Flèche vers le haut qui bug

Message par IOnizuka Mer 2 Déc 2015 - 23:39

Bonsoir, cela marche bien, mais du coup ma barre de navigation n'est plus fixe.
avatar

IOnizuka
Nouveau membre

Messages : 12
Inscrit(e) le : 25/11/2015

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

Résolu Re: Flèche vers le haut qui bug

Message par Invité Mer 2 Déc 2015 - 23:45

sauvegardé votre template aux cas ou !

ensuite >> déplacé votre navbar>> placé la juste après ceci
Code:
</head>
    <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

et laisser la position fixed dans le css , y'a t'il du mieux dans cette condition .
Anonymous

Invité
Invité


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

Résolu Re: Flèche vers le haut qui bug

Message par IOnizuka Ven 4 Déc 2015 - 1:53

Merci à vous, cela marche parfaitement !

Je met le topic en résolut.
avatar

IOnizuka
Nouveau membre

Messages : 12
Inscrit(e) le : 25/11/2015

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

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

- Sujets similaires

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