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
The :empty pseudo selector will select elements that contain either nothing or only an HTML comment.
Viewed 354 times since Sun, Oct 4, 2020
CSS vertical-align: text-bottom;
Viewed 562 times since Thu, Sep 3, 2020
CSS transition Property
Viewed 361 times since Wed, Sep 2, 2020