Divs are by nature block elements. They should not be overlapping. Basiccally you have a couple options to prevent this. display:block; or display:inline- ...
確定! 回上一頁