IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

Problème d'affichage firefox


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Inscrit en
    Février 2009
    Messages
    36
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 36
    Par défaut Problème d'affichage firefox
    bonjour

    j'ai un probleme d'affichage avec firefox il m'affiche mon popup deformer


    voici mon code
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
     
    <html>
    <head>
    <title>popup</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" type="text/css" href="style/style.css" />
    <script language="javascript" type="text/javascript" src="js/script.js" ></script>
    </head>
    <script language="javascript" type="text/javascript">
    preloading('images/');
    </script>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="text-align:center;">
    <!-- ImageReady Slices (popup) -->
    <div style="background-color:#4badbb; height:207px; width:1px; float:left; padding-top:10px; margin-top:10px; margin-right:0px; padding-right:0px; margin-left:-184px; position:absolute;">
    </div>
    <div style="padding-left:0px; margin-left:0px;">
    	<table id="Tableau_01" width="359" height="212" border="0" cellpadding="0" cellspacing="0">
    	<tr>
    		<td colspan="6"><img src="images/pointeur.gif" width="351" height="10" alt=""></td>
     
    	</tr>
    	<tr>
    		<td colspan="5" style="background-color:#4badbb">
    			<p class="entete">changes – EUR/USD</p></td>
    		<td class="curseur">
    			<img src="images/popup_02.gif" width="16" height="16" alt="" onClick="fermer()"></td>
    		<td rowspan="9">
    			<img src="images/popup_03.gif" width="8" height="211" alt=""></td>
    	</tr>
    	<tr>
    		<td  id="b1" class="bt1" onClick="charger(this);">
    		J-7 </td>
    		<td id="b2" class="bt2" onClick="charger(this);">
    			1 mois</td>
     
    		<td id="b3" class="bt2" onClick="charger(this);">
    			2 mois</td>
    		<td id="b4" class="bt2" onClick="charger(this);">
    			1 an</td>
    		<td id="b5" colspan="2"class="bt2" onClick="charger(this);">
    			2 ans</td>
    	</tr>
    	<tr id="img" style="display:block">
    		<td colspan="6">
    			<img  src="images/graphe.gif" width="351" height="165" alt=""></td>
    	</tr>
    	<tr id="img2" style="display:none">
    		<td colspan="6">
    			<img  src="images/graphe2.gif" width="351" height="165" alt=""></td>
    	</tr>
    	<tr id="img3" style="display:none">
    		<td colspan="6">
    			<img  src="images/graphe3.gif" width="351" height="165" alt=""></td>
    	</tr>
    	<tr id="img4" style="display:none">
    		<td colspan="6">
    			<img  src="images/graphe4.gif" width="351" height="165" alt=""></td>
    	</tr>
    	<tr id="img5" style="display:none">
    		<td colspan="6">
    			<img  src="images/graphe3.gif" width="351" height="165" alt=""></td>
    	</tr>
    	<tr>
    		<td colspan="6">
    			<img src="images/popup_10.gif" width="351" height="6" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="images/spacer.gif" width="70" height="1" alt=""></td>
    		<td>
    			<img src="images/spacer.gif" width="70" height="1" alt=""></td>
    		<td>
    			<img src="images/spacer.gif" width="70" height="1" alt=""></td>
    		<td>
    			<img src="images/spacer.gif" width="70" height="1" alt=""></td>
    		<td>
    			<img src="images/spacer.gif" width="55" height="1" alt=""></td>
    		<td>
    			<img src="images/spacer.gif" width="16" height="1" alt=""></td>
    		<td>
    			<img src="images/spacer.gif" width="8" height="1" alt=""></td>
    	</tr>
    </table>
    </div>
     
    <!-- End ImageReady Slices -->
    </body>
    </html>
    MErci d'avnce

  2. #2
    Membre éclairé Avatar de Général03
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    848
    Détails du profil
    Informations personnelles :
    Localisation : France, Rhône (Rhône Alpes)

    Informations forums :
    Inscription : Avril 2006
    Messages : 848
    Par défaut
    Qu'est se que tu entends par "popup déformé" ? Il manque des éléments, elle ne se positionne pas où tu veux...?
    Je vois que tu utilises
    mais il manque
    pour annuler l'alignement. Ça ne vient pas de là ?

  3. #3
    Membre Expert Avatar de HiRoN
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2007
    Messages
    2 035
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Août 2007
    Messages : 2 035
    Par défaut
    Salut,

    Tu n'as pas mis de DocType sur ta page, ce qui pourrait expliquer une différence d'affichage.

    DocType : Définition / Utilisation
    Pensez à utiliser les ressources disponibles en Dev. Web :
    (x)HTML : Cours (X)HTML / FAQ (X)HTML
    CSS : Cours CSS / FAQ CSS / Galerie CSS
    Javascript : Cours / FAQ / Sources
    Mon site : Développeur Web Freelance

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [HTML] HTML problème d'affichage sous firefox
    Par poupouny dans le forum Balisage (X)HTML et validation W3C
    Réponses: 2
    Dernier message: 12/12/2006, 13h40
  2. [html] Problème d'affichage sous FireFox
    Par fourgeaud dans le forum Balisage (X)HTML et validation W3C
    Réponses: 4
    Dernier message: 17/11/2006, 09h04
  3. Problème d'affichage sous Firefox
    Par palassou dans le forum Balisage (X)HTML et validation W3C
    Réponses: 3
    Dernier message: 03/10/2006, 09h43
  4. Problème d'affichage de liste entre IE et FireFox
    Par slideveloppeur2006 dans le forum Général JavaScript
    Réponses: 3
    Dernier message: 11/07/2006, 11h07
  5. [AJAX] Affichage avec Firefox
    Par sarapis dans le forum Général JavaScript
    Réponses: 2
    Dernier message: 19/05/2006, 16h00

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo