Mam taki kod:
chodzi o to, że górna belka w FF jest krótsza niż w Internet Explorer.
Jak poprawić ten bug? dodam, że te div'y są po to aby nie rozwalało strony...
<!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" xml:lang="pl" lang="pl"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <style type="text/css"> /* <![CDATA[ */ html, body { background-color: #fff; color: #000; margin: 0; padding: 0; } #top { width: 780px; } #logo { background-color: #888; } #menu_left { width: 150px; float: left; overflow: hidden; background-color: #ccc; } #tresc { width: 630px; float: left; overflow: hidden; background-color: #fff; } #stopka { clear: both; width: 100%; background-color: #888; } pre { overflow: auto; } /* ]]> */ </style> </head> <body> <div id="top"> <div id="menu_left"> </div> <div id="tresc"> </div> </div> </body> </html>