Décalage ?
Visiteur
Boosteur Inactif
Plusieurs personnes m'ont signalés des problèmes pour visualiser mon site (print screen ci-dessous).

Moi, je suis sous IE7 et Firefox 3.0.3 je n'ai pas de problème.
Ce phénomène se produit sous Google Chrome.
Y a-t-il une solution ?
Merci d'avance.
Bestdm
Visiteur
Boosteur Inactif
il y à du texte qui doit s'afficher entre les 2 colonnes...
Merci d'avance de vos réponses.
@ bientôt.
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
Visiteur
Boosteur Inactif
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Je pense qu'en mettant ton menu horizontale dans une div ça sera mieux.
le code de ton menu
Code HTML :
<a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> </div> <!-- pas de début de div --> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> <!-- pas de début de div -->
le code que je préconise :
Code HTML :
<div> <!-- début de div du menu--> <a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> <!-- fin de div du menu-->
Édité par Crunchfamily Le 06/11/2008 à 09h13
Visiteur
Boosteur Inactif
voilà j'ai fait un copier collé du code du header.tpl
c'est bien comme cela ?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" >
<head>
<title>{SITE_NAME} :: {TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="{SITE_DESCRIPTION}" />
<meta name="keywords" content="{SITE_KEYWORD}" />
<meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" />
<meta name="Robots" content="index, follow, all" />
<meta name="classification" content="tout public" />
<link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" />
{ALTERNATIVE_CSS}
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
<link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" />
<link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" />
<script type="text/javascript" src="../templates/{THEME}/images/global.js"></script>
</head>
<body>
<img src="../templates/{THEME}/images/header_boost.jpg" alt="www.depechemode.be"/>
</div>
<h1 style="display:none;font-size:5px;">{SITE_NAME}</h1>
</div>
<div> <!-- début de div du menu-->
<a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a>
<a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a>
<a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a>
<a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a>
</div> <!-- fin de div du menu-->
# START compteur #
<div id="compteur">
Merci d'avance de ta réponse
bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Visiteur
Boosteur Inactif
ou je dois supprimer des autres lignes ?
bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Visiteur
Boosteur Inactif
mais en google chrome fct pas.
Et chez vous cela fct en IE et Firefox ?
chez moi ok, en IE7 et Firefox 3.0.3
Bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Visiteur
Boosteur Inactif
mais avec google tjs parreil
bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
le code sans les fins de div inutile :
Code HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" > <head> <title>{SITE_NAME} :: {TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="{SITE_DESCRIPTION}" /> <meta name="keywords" content="{SITE_KEYWORD}" /> <meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" /> <meta name="Robots" content="index, follow, all" /> <meta name="classification" content="tout public" /> <link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" /> {ALTERNATIVE_CSS} <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" /> <link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" /> <link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" /> <script type="text/javascript" src="../templates/{THEME}/images/global.js"></script> </head> <body> <img src="../templates/{THEME}/images/header_boost.jpg" alt="www.depechemode.be"/> <h1 style="display:none;font-size:5px;">{SITE_NAME}</h1> <div> <!-- début de div du menu--> <a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> <!-- fin de div du menu--> # START compteur # <div id="compteur">
le code avec les deux br :
Code HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" > <head> <title>{SITE_NAME} :: {TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="{SITE_DESCRIPTION}" /> <meta name="keywords" content="{SITE_KEYWORD}" /> <meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" /> <meta name="Robots" content="index, follow, all" /> <meta name="classification" content="tout public" /> <link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" /> {ALTERNATIVE_CSS} <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" /> <link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" /> <link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" /> <script type="text/javascript" src="../templates/{THEME}/images/global.js"></script> </head> <body> <img src="../templates/{THEME}/images/header_boost.jpg" alt="www.depechemode.be"/> <h1 style="display:none;font-size:5px;">{SITE_NAME}</h1> <div> <!-- début de div du menu--> <a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> <!-- fin de div du menu--> <br><br> # START compteur # <div id="compteur">
Édité par Crunchfamily Le 06/11/2008 à 12h47
Visiteur
Boosteur Inactif
Parse error: syntax error, unexpected $end in /web/depechemode/www/includes/template.class.php(119) : eval()'d code on line 50
bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie

