Я пытаюсь использовать следующий код
css
Код: Выделить всё
#main1{
margin: 0 auto;
width:300px;
background: red;
position:absolute;
}
#content1{
top:0;
width: 300px;
height: 250px;
background: gray;
}
#content2{
width: 300px;
height: 250px;
background: yellow;
}
#content3{
width: 300px;
height: 250px;
background: brown;
}
#bottom{
width: 300px;
height: 75px;
position:absolute;
bottom:0;
background: blue;
}
Код: Выделить всё
/*****Content1****/
/*****Content2****/
/*****Content3****/
/*****Content4****/
Я пробовал, и это работало в IE.
Я пробовал так много кодов, но не удалось найти решение.
По этой ссылке справа вы можете увидеть, где и что я пытаюсь сделать.
http://www.spoiledagent.com/about_hanu.html
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/163 ... -inside-td
Мобильная версия