Есть следующий код:
Код:
<html>
****<head>
****<style><!--
****ul.category {float: left;width: 24%;}
****div#footer {clear: both; margin-top: 250px;}
****--></style>
****</head>
****<body>
****
<div id=&#39;container&#39;>
****<div id=&#39;spisokcategory&#39;>
 *****<ul class=&#39;category&#39;>
 * *[*]Категория :

 * *[*]Раздел #1

 * *[*]Раздел #2

 *****[/list]
****</div>
****<div id=&#39;footer&#39;>
 *

Нижний блок</p>
****</div>
</div>
****</body>
</html>
Очень интересно почему footer не реагирует на параметр margin-top в обозревателе FireFox, если не флоатить, то всё работает нормально.