Вот код: HTML: <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>fucking ff and collapse</title> <meta name="keywords" http-equiv="keywords" content="" /> <meta name="description" http-equiv="description" content="" /> <style type="text/css"> #container { position: relative; width: 300px; margin: 20px auto 0 auto; border: 1px solid green; padding:10px; } #container table { border-collapse:collapse; } #container td { border:10px solid red; } </style> </head> <body> <div id="container"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td height="50"></td> <td></td> </tr> </table> </div> </body> </html> Вот то, что получается: Тут можно проверить свой броузер: http://www.danilevsky.com/lab/collapse/index.html Нужно так, как получилось в IE. Кто что подскажет?