28173 sujets

CSS et mise en forme, CSS3

Bonjour,

J'ai un soucis avec un background-attachment:scroll. Ca fonctionne très bien sous IE et pas sous FF.
Normalement le background devrait suivre le scroll de la div comme sous IE mais ça ne veut pas ...

Est ce un bug ou un pb avec ma css ?

Merci de votre aide.


Le lien : http://france.publika.fr/test_secure_conference.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="centrage">
<head>
<style type="text/css">
<!--
	* { margin:0; margin:0;}
	body{ font-size:59%; font-family: Verdana, Arial, Helvetica, sans-serif; }
	html, body, table , td { }
	.centrage { height:100%; width:100%; }
	#container { margin:0 auto; width:790px; }
	#centre { height:435px; position:relative; margin-left:113px; padding:0px; }
	#test_secure_conf { background:url(img/ar_plan5.jpg); background-attachment:scroll; height:435px; overflow:auto; }
-->
</style>
</head>

<body class="centrage">
<table class="centrage">
  <tr class="centrage">
    <td class="centrage">
	
<div id="container">
	<div id="centre">
		<div id="test_secure_conf">
			<h1>CONFERENCE</h1>
			<h2>technologique de<br />la conférence sur Internet.</h2>
			<br /><br /><br /><br /><br /><br /><br />
			<p>caractéristiques techniques</p><br /><br /><br /><br /><br /><br /><br /><br /><br />
			<br /><br /><br /><br /><br /><br /><br />
			<p>caractéristiques techniques</p><br /><br /><br /><br /><br /><br /><br /><br /><br />
			<h2>Caractéristiques techniques</h2>
			<p>caractéristiques techniques</p>
			<p>caractéristiques techniques</p>
			<p>caractéristiques techniques</p>
		</div><!-- /secure_conf -->
	</div><!-- /centre -->
</div><!-- /container -->

    </td>
  </tr>
</table>
</body>
</html>

Modifié par statvg (31 Jul 2006 - 16:35)
je m'arrache les cheveux sur ce problème. Qu'est ce que quelqu'un a déjà rencontré ce problème ?

Merci bcp de votre aide
Smiley bawling