SopolineS1943
New Member
I have 3 divs. First div is at the top with position relative, and the second div is at the bottom and its position is absolute. There is also a third div which i want it to be on the middle. I want the third div to be in the middle so that no matter i change the height of my browser, i want it to be alligned with 20px padding, depending on the first and second. \[code\]middle-box{padding: 20px;}.top-box{width: 265px;position: relative;margin: 0px auto;}.bottom-box{width: 25%;padding: 12px 0 12px;position: absolute;bottom: 0px;min-width: 300px;}\[/code\]