Разместите Div, содержащий изображение с неопределенным размером в нижней части другого DivHtml

Программисты Html
Anonymous
Разместите Div, содержащий изображение с неопределенным размером в нижней части другого Div

Сообщение Anonymous »

I have the following problem: I have a slideshow using JScript which changes the image every couple seconds...

The image sizes may vary and therefore I created a frame containing the Image-Frame in order to prevent the rest of the page moving up and down:

Код: Выделить всё

.slideshow-container {
max-width: 1000px;
margin: auto;
position: relative;
}
.frame {
height: 900px;
}
.slideshow-container img {
width: 100%;
}< /code>






Внутренний Div имеет размер изображения, который, как предполагается, такого, но теперь я хочу>

Подробнее здесь: https://stackoverflow.com/questions/383 ... nother-div

Вернуться в «Html»