Bonjour à tous,
J'ai une étrangité à partager avec la communeauté.
Voici deja le code :
<!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">
<head>
<style>
#mainbox{width:1000px;}
#left{width:250px; float:left; background-color:#993300}
#center{width:500px; float:left; background-color:#00CCCC}
#right{width:250px; float:right; background-color:#FFCC99}
</style>
</head>
<body>
<div id="mainbox">
<div id="left">
left
</div>
<!-- --><div id="center" align="center">
center
</div>
<!-- --><div id="right">
right
</div>
</div>
</body>
</html>
A premiere vu c'est excessivement simple.
Lorsqu'on affiche cette page en IE 6.0.2900 il y a un text "ht" qui apparait (il n'apparait pas sous FF).
Est ce que quelqu'un sait d'ou ce text vient ?
Je sais comment le faire disparaitre, mais je ne pourrais pas l'expliquer.
Une idée ?