Home » Categories » CSS Tricks

CSS show/hide next elements

 

.node2 ? #my2 {
     display:none;
}

Ref:
https://stackoverflow.com/questions/35085244/css-show-hide-next-elements

 

Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
CSS vertical-align: text-bottom;
Viewed 858 times since Thu, Sep 3, 2020
The :empty pseudo selector will select elements that contain either nothing or only an HTML comment.
Viewed 643 times since Sun, Oct 4, 2020
CSS transition Property
Viewed 664 times since Wed, Sep 2, 2020