Salut,
J'ai mis un min-height pour le containerAll et le container2All et le fix que j'ai mis dans le head pour IE6 ne fonctionne pas.
Est-ce que quelqu'un peut m'éclairer?
Lien:
http://demo.suitevox.com/netur/test/fr/services.html
Merci
Modifié par webberte (03 Nov 2009 - 15:55)
J'ai mis un min-height pour le containerAll et le container2All et le fix que j'ai mis dans le head pour IE6 ne fonctionne pas.
Est-ce que quelqu'un peut m'éclairer?
<!--[if IE 6]>
<style>
#containerAll, #container2All{height:auto;}
</style>
<![endif]-->
#containerAll{ margin:0 auto; background:url(../img/07final.jpg) 50% 0 no-repeat; width:100%; min-height:565px; height:auto !important; height:565px; overflow:hidden;}
#container2All{ float:left; width:940px; margin-top:16px; background:url(../img/bgpage.gif) repeat-y; min-height:345px; height:auto !important; height:345px; overflow:hidden;}
Lien:
http://demo.suitevox.com/netur/test/fr/services.html
Merci
Modifié par webberte (03 Nov 2009 - 15:55)