Удалить абсолютное атрибут положения, добавив CSS
#test {
position: absolute;
}
#test {
position: static;
}
Real Rabbit
#test {
position: absolute;
}
#test {
position: static;
}