hey!
dont know.. maybe its the same bug as this
here is a demonstration site. inline element width css attribute
float:left are not correct rendered.
<html>
<head>
</head>
<body>
<div style="background-color:#00FF00;width:800px;margin:auto">
<div style="background-color:#009900;width:100px;height:100px;">no
problem</div>
no problem
</div>
<br>
<br>
<div style="background-color:#FF0000;width:800px;margin:auto">
<div
style="background-color:#990000;width:100px;height:100px;float:left">big
problem</div>
big problem
</div>
</body>
</html>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]