You must log in or register to comment.
Sadly
position: top;
is not valid css. It should say
position: absolute; bottom: 0px;
Still funny though.
Sadly
position: top;
is not valid css. It should say
position: absolute;
bottom: 0px;
Still funny though.