Probleme affichage frameset Internet explorer
forlent
Messages postés
5
Date d'inscription
Statut
Membre
Dernière intervention
-
Profil bloqué -
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
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
A voir également:
- Probleme affichage frameset Internet explorer
- Internet explorer 11 - Télécharger - Navigateurs
- Internet explorer 8 - Télécharger - Navigateurs
- Internet explorer 10 - Télécharger - Navigateurs
- Internet explorer - Guide
- Explorer patcher - Télécharger - Personnalisation
8 réponses
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>
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>
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>
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>
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
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>
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>
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
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