15/03/2012, 15:47:01
Ok !
J'essayerais un truc dans ce style (mais je ne suis pas webdesigner) :
![Big Grin Big Grin](https://forum.cmsmadesimple.fr/images/smilies/biggrin.png)
J'essayerais un truc dans ce style (mais je ne suis pas webdesigner) :
Code :
ul {list-style-type:none; padding:0; width:500px; height:360px; margin:50px auto; position:relative;}
ul li {display:block;}
ul a {display:block;position:absolute;}
ul a.one {top:0; left:80px;}
ul a.two {top:-40px; left:160px;}
ul a.three {top:-80px; left:240px;}
...