CSS methods for hiding HTML elements

Source: Internet
Author: User

1. Common Method Display:none

The problem with this method is that the element is hidden and the element does not occupy a position, so it should be said that the element has no height or width.

2, common method visibility: hidden;

This method and display are normal methods, but it hides the element and the element is the original position.

3, opacity:0

The method is to make the element invisible by setting the transparency method.

4, POSITION:ABSOLUTE;LEFT:9999PX

This method is to let the element float to the left of a very large value

More methods are still digging.

CSS methods for hiding HTML elements

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.