Ребята, помогите решить проблему, которою так и не смог решить сам. Может кто-то сталкивался с данной ситуацией – два блока, которые размещены рядом, в 6-м ІE не корректно отображаются, а это очень существенно. Когда открыть код, можно это все наглядно увидеть – белая полоса между черным и зеленым блоком. У других браузерах проблем нет, это только в 6-м ІE! Заранее спасибо. <!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> <title></title> <meta http-equiv="content-type" content="text/html; charset=windows-1251" /> <meta http-equiv="content-type" content="application/xhtml+xml; charset=windows-1251" /> <meta http-equiv="description" content="" /> <meta http-equiv="keywords" content="" /> <meta http-equiv="content-language" content="ru" /> <style type="text/css"> html, body { background-color:#000000; height:100%; margin:0px; padding:0px; width:100%; } #head { background-color:#ffffff; overflow:hidden; min-width:1000px; width:100%; } #m { clear:both; height:136px; } #mr { background-color:#0000ff; height:135px; width:600px; float:right; margin:0px; } #me { background-color:#00ff00; overflow:hidden; height:135px; margin:0px; padding:0px; } </style> </head> <body> <div align="center"> <div id="head"> <div id="m"> <div id="mr"></div> <div id="me"></div> </div> </div> </div> </body> </html>