Probleme affichage frameset Internet explorer

forlent Messages postés 5 Date d'inscription   Statut Membre Dernière intervention   -  
 Profil bloqué -
Bonjour,

voila sa fait 3 jour que je cherche la solution a mon problème. j'ai créer un site web avec des frameset et un arrière plan.

l'affichage sur Firefox marche très bien, Cependant sous internet explorer le fond d'écran n'est pas affiché(fond blanc)

Lien vers le site : www.bipcity.com/acceuil.html

voila le code de ma page acceuil.html

-----------------------------------------------------------------------------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>Caserne 53 de Bipcity</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<style type="text/css">
html
{

background-color:#d2cccc;
border:0;
frameborder:0;
background: #d2cccc url(image/casque.png) right no-repeat;
}
</style>

</head>

<frameset rows="40%,*" frameborder="0">
<frameset cols="850px,*">
<frame src="ban.html" scrolling="no" name="ban" />
<frame src="haut.html" scrolling="no" name="haut" />
</frameset>

<frameset cols="155px,*" frameborder="0">
<frame src="menus.html" scrolling="no" />
<frame src="corps.html" name="droite" />
</frameset>

</frameset>

</html>

------------------------------------------------------------------------------------------------------------------

Merci beaucoup
Configuration: Windows Vista
Firefox 3.0.11

8 réponses

  1. giheller Messages postés 1890 Date d'inscription   Statut Membre Dernière intervention   146
     
    Bonsoir,
    essayez avec les mots clés entiers.

    <style type="text/css">
    html
    {

    background-color:#d2cccc;
    border:0;
    frameborder:0;
    background-color:#d2cccc;
    background-image:url(image/casque.png) right no-repeat;


    }
    </style>

    0
  2. giheller Messages postés 1890 Date d'inscription   Statut Membre Dernière intervention   146
     
    Bonsoir,
    essayez avec les mots clés entiers.

    <style type="text/css">
    html
    {

    background-color:#d2cccc;
    border:0;
    frameborder:0;
    background-color:#d2cccc;
    background-image:url(image/casque.png) right no-repeat;


    }
    </style>

    0
  3. forlent Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
     
    sa ne marche pas non plus
    0
  4. giheller Messages postés 1890 Date d'inscription   Statut Membre Dernière intervention   146
     
    Bonsoir
    tentez body à la place de html
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. forlent Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
     
    Bonjour,

    Sa ne marche pas non plus
    0
  7. giheller Messages postés 1890 Date d'inscription   Statut Membre Dernière intervention   146
     
    Bonjour,
    ceci fonctionne trés bien chez moi :

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>Caserne 53 de Bipcity</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

    <style type="text/css">
    body { font-family:'Comics Sans MS','arial','Trebuchet MS';
    background-color:black;
    background-image:url(../images/montageassociation3.jpg);
    background-repeat:no-repeat;
    background-position:center 20px;
    }
    </style>
    </head>

    </html>
    0
  8. forlent Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
     
    Bonjour,

    Avec cela je n'ai meme plus rien sur firefox le fond ne marche pas non plus

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

    <style type="text/css">
    body { font-family:'Comics Sans MS','arial','Trebuchet MS';
    background-color:#d2cccc;
    background-image:url(image/casque.png);
    background-repeat:no-repeat;
    background-position:right;
    }
    </style>
    </head>

    <frameset rows="40%,*" frameborder="0">
    <frameset cols="850px,*">
    <frame src="ban.html" scrolling="no" name="ban" />
    <frame src="haut.html" scrolling="no" name="haut" />
    </frameset>

    <frameset cols="155px,*" frameborder="0">
    <frame src="menus.html" scrolling="no" />
    <frame src="corps.html" name="droite" />
    </frameset>

    </frameset><noframes></noframes>

    </html>

    Merci de votre aide
    0
  9. Profil bloqué
     
    Je sens que mon aide va être utile !

    Dans ton css, il te suffit de rajouter

    background-height:1%;

    (je te parle juste de ton arrière plan)

    résolu, c'est en haut à droite ;)
    0
    1. telliak Messages postés 3652 Date d'inscription   Statut Membre Dernière intervention   885
       
      Je sens que mon aide va être utile !
      Utile ? Deux ans après ? Quel intérêt de déterrer ces questions obsolètes ?
      0
    2. Profil bloqué
       
      Ah zut, j'avais pas vu la date...

      Je viens de répondre à ce même problème sur un topic datant d'aujourd'hui, je me suis dit que ça pouvait servir ! ... Et ça montre que cette question n'est pas obsolète !
      0