div css js
First make three divs, each with a width of 33%
and then It's OK to put things in these three divs.
First make three divs, each with a width of 33%. Each small piece is downloaded by ajax separately. Each time, use js to view the three divs that are higher, and load the next small piece of content in that one.
This technique is called waterfall flow, and you can search for many source codes.
First make three divs, each with a width of 33%
Then put things in these three divs and it’s OK. What if there are 5? If the number of divs is uncertain, it should have a uneven feeling
Isn’t this the same as the website I made before?
http://www.redkk.com/product-pins.html
First make three divs, each with a width of 33%. Each small block is downloaded with ajax separately. Each next one is viewed with js. The one among the three divs is higher, and that one will load the next small piece of content.
This technique is called waterfall flow, and you can search for many source codes. Thanks, I found it indeed.