Bonjour,

Laissez moi vous faire un dessin plutôt qu'un long discours...
Regardez mon site en développement ici
Comme vous pouvez le voir sous firefox, l'affichage est normal... (une barre bleue sur 50% de la largeur de l'écran, une barre blanche sur le reste...) Par contre si vous regardez cette page sous ie6, l'affichage est le même mais il y a un élément en plus en bas de l'écran: un ascenseur horizontal qui ne sert à rien...
Comme il ne sert à rien, j'aimerais bien m'en débarrasser...
Quelqu'un verrait-il comment faire?
Merci

le code html:
Code xhtml : 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
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">	
<head>
<title>titre</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<style type="text/css" media="screen">@import url(normal.css);</style>
</head>
 
<body>
 
	<div id="header_background_left">
		<div id="header_background_right">
		</div>		
	</div>
 
</body>
</html>

le code css:
Code css : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
* {margin: 0px; padding: 0px;}
body {font: 12px verdana, arial, helvetica, sans-serif; background: #ffffff; overflow: hidden;}
 
#header_background_left {left: 0px; width: 100%; height: 80px; background: url(http://dladobe.free.fr/header-background-left.gif) repeat-x;}
#header_background_right {width: 50%; margin-left: 50%; height: 80px; background: url(http://dladobe.free.fr/header-background-right.gif) repeat-x;}