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