More and more webmasters are joining the Internet team. With the increasing popularity of w3c standards on web pages, css has already replaced the Ancient Table-based Web pages. The Helper house has carefully prepared many tutorials on CSS for the majority of users, today, let's take a look at column control:
<Div id = "c"> <! -- The parent container of highly adaptive columns is very important. It can be said that without the overflow ·: hidden of the parent container, it cannot achieve highly adaptive ---> <Div id = "left"> </div> <Div id = "right"> </div> </Div> # C {overflow: hidden}/* parent container exceeds the boundary hidden */ # Left, # right {padding-bottom: 3000px; margin-bottom:-3000px; border: 1px solid # f00}/* internal and external patches, note that the value in css cannot exceed +-32767 */ |
We have already mentioned the usage of CSS in the above article. You are welcome to continue to pay attention to the tutorials for helping customers.