|
|
|
|
Bonjour,
J'ai un souci de compatibilité de CSS entre Firefox, IE6 et IE7.
Voici la page de mon site qui pose un probleme:
http://www.maison-de-retraite-alzheimer.fr/une-maladie-evolutive,r5.html
J'ai à gauche de la page un
<div id="col-left">
#col-left{overflow:visible; overflow-x:hidden;height:600px;}, et une autre feuille de style pour IE avec #col-left{overflow:auto;}
Configuration: Windows XP Firefox 3.0.10
Merci pour ta reponse.
|
<div id="col-center"> <div id="search"> <div id="search_top"></div> <div id="search_body"> ça fait un peu beaucoup, il doit y avoir un conflit sur ces balises, Internet Explorer ne changera pas du jour au lendemain ^^ a chaque fois qu'il y a las possibilité d'un conflit, Il est la pour en profiter... Je te conseil d'essayer d'enlever une balises à la fois afin de voir ce que ça rend Apprendre Informatique - Communauté francophone des informaticiens en herbe |
Tout en haut de ta page remplace :
<!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"> par <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> Je ne pense pas que ça va changer grand chose mais tu peux toujours essayer. QUi gère la validation alors ? Apprendre Informatique - Communauté francophone des informaticiens en herbe |