28172 sujets

CSS et mise en forme, CSS3

Bonjour,

J'ai créé le site http://www.ladybabyloone.fr/
et j'ai mis deux images de fond en PNG-24 en absolu, mais sur Firefox
il y a saccade sur ces zones transparente quand elle passe sur les blocs sans image en CSS 3 au dessus, bah saccade... Comment éviter cette saccade, un type d'image particulier?
Voici le code source

#fond1
{
	z-index:-4;
	position:fixed;
	bottom:0px;
	right:0px;
	max-width:250px;
	width: 20%;
	height:500px;
	background: url('../images/fond1.png') no-repeat;
}

#fond3
{
	z-index:-3;
	position:fixed;
	bottom:0px;
	left:0px;
	max-width:250px;
	width: 20%;
	height:600px;
	background: url('../images/fond3.png') no-repeat;
}


Merci de votre compréhension