Javascript-форум (https://javascript.ru/forum/)
-   (X)HTML/CSS (https://javascript.ru/forum/xhtml-html-css/)
-   -   Внешний css файл (https://javascript.ru/forum/xhtml-html-css/19033-vneshnijj-css-fajjl.html)

faiq 23.07.2011 23:51

Всем спасибо,теперь всё пашет.

hdma 08.10.2017 03:18

Можно ли настроить стиль, чтобы по классу фиксировалось внизу, а не вверху? —
.fixed {
	border-bottom: 0px solid #3F4041;
	POSITION:fixed;
	Z-INDEX:1000;
	margin:0px;
	margin-right:0px!important;
	padding-right:0px!important;
	right: 0px;
	bottom: 0px;
	POSITION:absolute;
	top:expression(document.getElementsByTagName( 'body' )[0].scrollTop + 'px');
	padding:0px;
	width: 100%;
	background-color:#ffffff;
}


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