Javascript inheritance (7)-use inheritance to implement the photo wall function

Source: Internet
Author: User

The implementation of the photo wall is relatively easy, and there are many examples on the Internet. This article focuses on how to implement it using inheritance. What are the benefits of inheritance. We know that the advantage of object-oriented is scalability. This article mainly uses the idea of object-oriented. The following describes how to implement the photo wall: first, layout. It is not difficult to arrange all the photos in order, because the width and height of the images are not fixed, therefore, you only need to define the height of the image, and the width will be scaled according to the height. To achieve the drag effect, you must add the attribute positon: absolute to each image. The layout code is as follows: copy the Code <! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.