Bonjour, alors voilà j'ai un soucis pour aligner 2 box par ligne. Et ceci sur 2 lignes.
Sous FF ça marche. Pas sous IE
D'ailleurs le texte n'est pas agencé pareil, là non plus je ne sais pas pourquoi.
Voila le code css:
Le rendu sous FF, impécable :
http://pix.nofrag.com/f5/d7/d52c9f43899160bd6ce49dc48dbat2.jpg
Le rendu sous IE :
http://pix.nofrag.com/c9/1f/946ea64a9a62528a59af88aadfc3t2.jpg
Merci de votre aide , je comprend pas le problème là...
Sous FF ça marche. Pas sous IE
D'ailleurs le texte n'est pas agencé pareil, là non plus je ne sais pas pourquoi.
Voila le code css:
.boxtopleft, .boxbottomleft {
width : 320px;
height : 220px;
padding-left : 10px;
font-size :12px;
}
.boxtopright, .boxbottomright {
width : 320px;
height : 220px;
padding-right : 10px;
font-size :12px;
}
.boxtopright {
float : right;
}
.boxtopleft {
float : left;
}
.boxbottomright {
float : right;
}
.boxbottomleft {
/*float : none;*/
}
Le rendu sous FF, impécable :
http://pix.nofrag.com/f5/d7/d52c9f43899160bd6ce49dc48dbat2.jpg
Le rendu sous IE :
http://pix.nofrag.com/c9/1f/946ea64a9a62528a59af88aadfc3t2.jpg
Merci de votre aide , je comprend pas le problème là...