Javascript-форум (https://javascript.ru/forum/)
-   (X)HTML/CSS (https://javascript.ru/forum/xhtml-html-css/)
-   -   css - три ряда в окне, stick'ры (https://javascript.ru/forum/xhtml-html-css/36-css-tri-ryada-v-okne-stick%27ry.html)

TroT 28.09.2007 14:25

http://www.yandex.ru/yandsearch?text...sition%3Afixed

Макс 15.06.2008 14:33

nirva,
Думаю это оно
<html>
	<style type="text/css">
	 body {
		margin:0
	}
	#top {
		width:100%;
		height:100px;
		background-color:red
	}
 
	#bottom {
		width:100%;
		height:100px;
		background-color:green;
		position:absolute;
		bottom:0%
	}
 
	</style>
	<body>
  	  <div id='top'></div>
   	 <div id='content'>Здесь какойто-текст</div>
   	 <div id='bottom'></div>
	</body>
</html>


Удачи!


Часовой пояс GMT +3, время: 19:37.