Доброго вечера уважаемые. Прошу вас о помощи в поиске переменной,а конкретнее
имеется шаблон
Не получается опустить картинку до низа, причем не подобрать пиксели а в % чтоб на всех разрешениях выглядело одинакого. Сам код блока находится в файле index.css

имеется шаблон
Не получается опустить картинку до низа, причем не подобрать пиксели а в % чтоб на всех разрешениях выглядело одинакого. Сам код блока находится в файле index.css
#page // страница фуллпейджа
{
z-index: 1;
width: 960px;
min-height: 1299.95px;
background-image: none;
border-style: none;
border-color: #000000;
background-color: transparent;
padding-bottom: 0px;
margin-left: auto;
margin-right: auto;
}
#page_position_content
{
padding-bottom: 62px;
}
#slideshowu455 //само слайдшоу
{
z-index: 8;
width: 0.01px;
height: 712px;
left: -100px;
position: relative;
}
#u466
{
position: absolute;
width: 1160px;
height: 712px;
background-color: transparent;
}
#u466popup
{
z-index: 9;
}
#u469 //слайд 1
{
z-index: 10;
width: 1160px;
height: 965px;
border-style: none;
border-color: transparent;
background-color: transparent;
margin-right: -10000px;
position: relative;
}
#u467 //слайд 2
{
z-index: 12;
width: 960;
height: 712px;
border-style: none;
border-color: transparent;
background-color: transparent;
margin-right: -10000px;
position: relative;
}
#u471 //слайд 3
{
z-index: 14;
width: 1160px;
height: 712px;
border-style: none;
border-color: transparent;
background-color: transparent;
margin-right: -10000px;
position: relative;
}
{
z-index: 1;
width: 960px;
min-height: 1299.95px;
background-image: none;
border-style: none;
border-color: #000000;
background-color: transparent;
padding-bottom: 0px;
margin-left: auto;
margin-right: auto;
}
#page_position_content
{
padding-bottom: 62px;
}
#slideshowu455 //само слайдшоу
{
z-index: 8;
width: 0.01px;
height: 712px;
left: -100px;
position: relative;
}
#u466
{
position: absolute;
width: 1160px;
height: 712px;
background-color: transparent;
}
#u466popup
{
z-index: 9;
}
#u469 //слайд 1
{
z-index: 10;
width: 1160px;
height: 965px;
border-style: none;
border-color: transparent;
background-color: transparent;
margin-right: -10000px;
position: relative;
}
#u467 //слайд 2
{
z-index: 12;
width: 960;
height: 712px;
border-style: none;
border-color: transparent;
background-color: transparent;
margin-right: -10000px;
position: relative;
}
#u471 //слайд 3
{
z-index: 14;
width: 1160px;
height: 712px;
border-style: none;
border-color: transparent;
background-color: transparent;
margin-right: -10000px;
position: relative;
}

Последнее редактирование модератором: