Thursday, 21 July 2016

Is there any other methods to hide the DIV?

I have known 3 methods and i have implemented these 3 methods in my code but i want to know any other ways to hide the div using style.

1  display: none 
2  visibility: hidden
3  opacity: 0; 

1st <a href="http://google.com" style="display: none;">hide</a> link.<br />
2nd <a href="http://yahoo.com" style="visibility: hidden;">hide</a> link.<br />
3rd <a href="http://example.com" style="opacity: 0;">hide</a> link.


from Recent Questions - Stack Overflow http://ift.tt/29Q2bAb
via https://ifttt.com/ IFTTT

No comments:

Post a Comment