Announcement

Collapse
No announcement yet.

What framework is Suivant css based on?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: What framework is Suivant css based on?

    @kitdang - No worries. In your example, the DIV will be visible for all breakpoints below medium. At medium and above, it will be hidden through display none and visibility hidden.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #17
      Re: What framework is Suivant css based on?

      So is that mean the two example below are the same? So just a matter of preference in coding or is there more to it? Thanks for the quick response. :-)

      medium-all-hidden
      hide medium-show

      Comment


        #18
        Re: What framework is Suivant css based on?

        @kitdang - You're welcome. Basically they can be used the same. The biggest difference is that the "all-" classes deal with visibility as well. So if the element is having JavaScript applied to it for show/hide toggling, the element would still be invisible if using an "all-hidden" class.
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #19
          Re: What framework is Suivant css based on?

          That's really good to know. Thanks again

          Comment

          Working...
          X