Rechercher : dans
Par :

Probleme affichage frameset Internet explorer

Dernière réponse le 20 jun 2009 à 10:11:59 forlent, le 15 jun 2009 à 16:08:22 
 Signaler ce message aux modérateurs

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

Meilleures réponses pour « Probleme affichage frameset Internet explorer » dans :
Réinstaller Internet Explorer VoirLorsque vous essayez de réinstaller Internet Explorer, Windows vous affiche un des messages d'erreur suivants : Le programme d'installation a détecté une version plus récente de Internet Explorer, déjà installée sur votre ordinateur. ou Le programme...
Installer Internet Explorer 7 sur XP SP3 VoirInternet Explorer 7 (IE7) ne s'installe pas quand le Service Pack 3 (SP3) est installé. Il est donc préférable d'installer le SP3 après IE7. Si le SP3 est dejà installé, voici la modification qu'il faut faire: Menu Démarrer > Exécuter >...
Télécharger Internet Explorer VoirInternet Explorer 8 (version finale) est la dernière version du navigateur de Microsoft. Avec Internet Explorer 8, l’accent est mis sur : La compréhension des vrais usages du navigateur web tel que nous l’utilisons aujourd’hui au quotidien, et...

1

giheller, le 15 jun 2009 à 17:55:28

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>

------------------------------------------------
J-L

Répondre à giheller

2

giheller, le 15 jun 2009 à 17:55:35

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>

------------------------------------------------
J-L

Répondre à giheller

3

forlent, le 16 jun 2009 à 01:37:18

Sa ne marche pas non plus

Répondre à forlent

4

giheller, le 16 jun 2009 à 17:48:39

Bonsoir
tentez body à la place de html ------------------------------------------------
J-L

Répondre à giheller

5

forlent, le 16 jun 2009 à 19:10:29

Bonjour,

Sa ne marche pas non plus

Répondre à forlent

6

giheller, le 18 jun 2009 à 11:19:36

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> ------------------------------------------------
J-L

Répondre à giheller

7

 forlent, le 20 jun 2009 à 10:11:59

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

Répondre à forlent
Collection CommentÇaMarche.net