Igor31
Новичок
Дата регистрации:
28.03.2013 01:27:04
Сообщений: 10
Не могу понять как сделать задний фон на весь экран !
вот фотография как выгледит сайт при уменьшение.
Зарание спс
Размер фона 1920х1080
http://www.fotolink.su/v.php?id=256b7f5b099bafc1e8769aaa6b3dea31
http://www.fotolink.su
templat.css заднего фона
#art-main
{
background: #5C5C5C url('../images/page.jpeg') top center no-repeat scroll;
background: -webkit-linear-gradient(top, rgba(57, 57, 57, 0.18) 0, rgba(57, 57, 57, 0.18) 365px) no-repeat, url('../images/page.jpeg') top center no-repeat, -webkit-linear-gradient(top, #404040 0, #404040 365px) no-repeat, #5C5C5C;
background: -moz-linear-gradient(top, rgba(57, 57, 57, 0.18) 0, rgba(57, 57, 57, 0.18) 365px) no-repeat, url('../images/page.jpeg') top center no-repeat, -moz-linear-gradient(top, #404040 0, #404040 365px) no-repeat, #5C5C5C;
background: -o-linear-gradient(top, rgba(57, 57, 57, 0.18) 0, rgba(57, 57, 57, 0.18) 365px) no-repeat, url('../images/page.jpeg') top center no-repeat, -o-linear-gradient(top, #404040 0, #404040 365px) no-repeat, #5C5C5C;
background: -ms-linear-gradient(top, rgba(57, 57, 57, 0.18) 0, rgba(57, 57, 57, 0.18) 365px) no-repeat, url('../images/page.jpeg') top center no-repeat, -ms-linear-gradient(top, #404040 0, #404040 365px) no-repeat, #5C5C5C;
background: linear-gradient(to bottom, rgba(57, 57, 57, 0.18) 0, rgba(57, 57, 57, 0.18) 365px) no-repeat, url('../images/page.jpeg') top center no-repeat, linear-gradient(to bottom, #404040 0, #404040 365px) no-repeat, #5C5C5C;
-svg-background: linear-gradient(top, rgba(57, 57, 57, 0.18) 0, rgba(57, 57, 57, 0.18) 365px) no-repeat, url('../images/page.jpeg') top center no-repeat, linear-gradient(top, #404040 0, #404040 365px) no-repeat, #5C5C5C;
background-size: 100% 365px, auto, 100% 365px, auto !important;
margin: 0 auto;
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
text-align: justify;
position: relative;
width: 100%;
min-height: 100%;
left: 0;
top: 0;
cursor: default;
overflow: hidden;
}