Bonsoir,
j'ai un petit soucis .J'essai lamentablement d'alligner 4 blocs span.
J'ai utilisé l'instruction display mais ça fonctionne bien sous IE (oh miracle quelquechose qui fonctionne sous ie) mais sous ff mais ligne est plutot vertical.
vala mon css:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
.annu1 { border: 1pt dashed rgb(204, 204, 204);
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: rgb(224, 179, 0);
    width: 150px;
    height: 80px;
    text-align: center;
	display:inline;
    }
et pour la page en elle meme je vous file le code source du browser car c'est une page php:
Code : 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
19
20
21
22
23
24
25
26
 
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center><div class="conteneur"><p>
	<span class='annu1' valign='top'>
<p><a href='index2.php?cat=cat1' class='cat'><h1>cat1</h1></a><br />
<a href='index2.php?souscat=souscat1' class='souscat'>souscat1</a>
, <a href='index2.php?souscat=souscat2' class='souscat'>souscat2</a>
, ...</p></span>
<span class='annu2' valign='top'>
<p><a href='index2.php?cat=cat2' class='cat'><h1>cat2</h1></a><br />
<a href='index2.php?souscat=souscat3' class='souscat'>souscat3</a>
, <a href='index2.php?souscat=souscat4' class='souscat'>souscat4</a>
, ...</p></span>
<span class='annu3' valign='top'>
<p><a href='index2.php?cat=cat3' class='cat'><h1>cat3</h1></a><br />
<a href='index2.php?souscat=souscat5' class='souscat'>souscat5</a>
, <a href='index2.php?souscat=souscat6' class='souscat'>souscat6</a>
, ...</p></span>
<span class='annu4' valign='top'>
<p><a href='index2.php?cat=cat4' class='cat'><h1>cat4</h1></a>
<a href='index2.php?souscat=souscat7' class='souscat'>souscat7</a>
, <a href='index2.php?souscat=souscat8' class='souscat'>souscat8</a>
, ...</p></span>
 
</p></div></center>
</body>
Donc si vous avez une idée je suis preneur car la blaire.
Merci d'avance a+