Bonjour,
Mon problème se situe sur cette page:
http://www.bricosign.com/BSv3
Au niveau du cadre contenant tous les test test test test.
Sous Opéra on a ça:
http://www.familoo.com/familoo/RepFiles/8440148398/1.jpg
Sous IE, Firefox et Netscape on a ça:
http://www.familoo.com/familoo/RepFiles/8440148398/2.jpg
J'ai aussi fait un test sur http://danvine.com/icapture/ où tout est parfait...
Voici la partie css concernée par le problème:
Puis j'ai remarqué que dans la partie:
Si on supprime:
Alors ça marche sur Opéra mais ça ne marche plus sur IE, où l'angle disparaît...
Voilà j'espère que quelqu'un pourra m'aider,
Cordialement,
Rémi
Modifié par *|~ XiKuXan ~|* (22 Dec 2005 - 10:44)
Mon problème se situe sur cette page:
http://www.bricosign.com/BSv3
Au niveau du cadre contenant tous les test test test test.
Sous Opéra on a ça:
http://www.familoo.com/familoo/RepFiles/8440148398/1.jpg
Sous IE, Firefox et Netscape on a ça:
http://www.familoo.com/familoo/RepFiles/8440148398/2.jpg
J'ai aussi fait un test sur http://danvine.com/icapture/ où tout est parfait...
Voici la partie css concernée par le problème:
.angle_haut_gauche
{ float : left;
width : 10px;
height : 10px;
position : absolute;
margin-left : -1px;
margin-top : -1px;
background-image: url("../images/bloc_haut_gauche.gif");
background-repeat: no-repeat;
background-position: top left; }
.angle_haut_droite
{ text-align : right;
margin-right : -1px;
margin-top : -1px;
padding-top : 3px;
padding-right : 6px;
font-size: 9px;
background-image: url("../images/bloc_haut_droite.gif");
background-repeat: no-repeat;
background-position: top right; }
.bloc
{
position:relative;
color : #615d99;
font-family: Verdana;
font-size: 11px;
margin : 10px;
border : 1px solid #c6c6c6;
background-color : #ffffff;
margin-bottom : 10px;
margin-right : 9px; }
.bloc_milieu
{
padding-left : 12px;
}
.angle_bas_gauche
{ float : left;
width : 10px;
height : 10px;
position : absolute;
margin-left : -1px;
margin-bottom : -1px;
background-image: url("../images/bloc_bas_gauche.gif");
background-repeat: no-repeat;
background-position: bottom left; }
.angle_bas_droite
{ text-align : right;
margin-right : -1px;
margin-bottom : -1px;
background-image: url("../images/bloc_bas_droite.gif");
background-repeat: no-repeat;
background-position: bottom right; }
.spacer
{
height : 10px;
}
Puis j'ai remarqué que dans la partie:
.angle_bas_gauche
{ float : left;
width : 10px;
height : 10px;
position : absolute;
margin-left : -1px;
margin-bottom : -1px;
background-image: url("../images/bloc_bas_gauche.gif");
background-repeat: no-repeat;
background-position: bottom left; }
Si on supprime:
position : absolute;
Alors ça marche sur Opéra mais ça ne marche plus sur IE, où l'angle disparaît...

Voilà j'espère que quelqu'un pourra m'aider,
Cordialement,
Rémi
Modifié par *|~ XiKuXan ~|* (22 Dec 2005 - 10:44)