http://bormat2.free.fr/menu%20d%C3%A9rouant%20compatible%20ie6%20sans%20js/
le code html est
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="generator"
content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org">
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
<title>menu déroulant ie6 css</title>
<link media="all" href="index.css" type="text/css"
rel="stylesheet">
<style type="text/css">
table.c1 {width: 7px;} </style>
</head>
<body>
<br>
<div class="menu1">
<ul>
<li><a class="tr"
href="http://www.clubic.com/comparateur-de-prix.html"
title="Comparateur de prix"><span class="menu1_milieu_off">
menu
1 </span><!--[if gte IE 7]><!-->
</a><!--<![endif]-->
<table class="c1">
<tbody>
<tr>
<td>
<ul>
<li><a class="ty"
href="http://www.clubic.com/comparatif/piece-detachee/"
title="Comparer les prix de">sous menu1 du menu 2</a></li>
<li><a class="ty"
href="http://www.clubic.com/comparatif/peripherique/">sous
menu 2 du menu 2</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<!--[if lte IE 6]></a><![endif]--></li>
<li><a class="tr"
href="http://www.clubic.com/comparateur-de-prix.html"
title="Comparateur de prix"><span class="menu1_milieu_off">_
menu2
</span><!--[if gte IE 7]><!--> </a><!--<![endif]-->
<ul>
<li><a class="ty"
href="http://www.clubic.com/comparatif/piece-detachee/"
title="Comparer les prix de">sous menu1 du menu 2</a></li>
<li><a class="ty"
href="http://www.clubic.com/comparatif/peripherique/">sous
menu 2 du menu 2</a></li>
</ul>
<!--[if lte IE 6]></a><![endif]--></li>
</ul>
</div>
<div>texte</div>
</body>
</html>
et le css
li:hover ul, .menu1 li a:hover ul {
position : absolute;
top : 24px;
}
li, li ul, li {
display : none;
position : relative;
}
ul li:hover li, a:hover a, li:hover li {
background : #e5ecf7 none repeat scroll 0 0;
width : 132px;
}
a, li:hover ul, a:hover ul, li {
display : block;
float : left;
text-decoration : none;
}
ul, a:hover, li:hover ul {
left : -1px;
margin : 0;
padding : 0;
}
li a:hover, #navigation li a:focus, li a:active {
background : #900 none repeat scroll 0 0;
}
.tr:hover {
background : transparent url('image004.jpg') repeat scroll 0 0;
color : #000;
}
.tr {
background : transparent url('image002.jpg') repeat scroll 0 0;
color : blue;
height : 24px;
}
.ty {
color : blue;
}
.ty:hover {
color : red;
}