par
Stef » 23 janv. 2009, 11:11
hello nadège,
j'ai testé ton code et je ne vois pas ce qui cloche...
dans firefox:
dans ie:
Je n'ai fais que copier les codes que tu as donnés:
Code : Tout sélectionner
<!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="fr">
<head>
<meta content="text/html; charset=UTF-8"
http-equiv="content-type" />
<title>test</title>
<meta content="stef" name="author" />
<style type="text/css">
.menu_gauche {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
text-align: left;
list-style-type: none;
line-height: 20px;
margin-left:10px;
}
.liste-menu {
list-style-image: url(img/carre_blanc.gif);
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
text-align: left;
list-style-position: outside;
list-style-type: none;
line-height: 20px;
margin-left:35px;
}
.liste-menu a{
list-style-image: url(img/carre_blanc.gif);
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
}
.liste-menu a:hover{
color: #F7DDBD;
}
</style>
</head>
<body>
<ul class="" liste_menu="">
<li>titre 1</li>
<li>titre 2
<ul class="menu_gauche"">
<li>menu 2.1
<ul>
<li>menu 2.2.1</li>
<li>menu 2.2.2</li>
<li>menu 2.2.3</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>
hello nadège,
j'ai testé ton code et je ne vois pas ce qui cloche...
dans firefox:
[img]http://img2.hostingpics.net/pics/458531Sans_titre_2.png[/img]
dans ie:
[img]http://img2.hostingpics.net/pics/933498Sans_titre_1.png[/img]
Je n'ai fais que copier les codes que tu as donnés:
[code]
<!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="fr">
<head>
<meta content="text/html; charset=UTF-8"
http-equiv="content-type" />
<title>test</title>
<meta content="stef" name="author" />
<style type="text/css">
.menu_gauche {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
text-align: left;
list-style-type: none;
line-height: 20px;
margin-left:10px;
}
.liste-menu {
list-style-image: url(img/carre_blanc.gif);
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
text-align: left;
list-style-position: outside;
list-style-type: none;
line-height: 20px;
margin-left:35px;
}
.liste-menu a{
list-style-image: url(img/carre_blanc.gif);
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
}
.liste-menu a:hover{
color: #F7DDBD;
}
</style>
</head>
<body>
<ul class="" liste_menu="">
<li>titre 1</li>
<li>titre 2
<ul class="menu_gauche"">
<li>menu 2.1
<ul>
<li>menu 2.2.1</li>
<li>menu 2.2.2</li>
<li>menu 2.2.3</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>
[/code]