We can use absolute positioning to place the #award div in the topleft corner ... that positions the div, like so: #award { position: absolute; top: 35px; ...
確定! 回上一頁