• HI all,

    I was looking at some websites to get some ideas for social media on the website and came across this

    http://pettersolberg.com/

    I like the way the links at the top expand when yoou click on them with the social info inside when it expands.

    Does anyone know of a plugin that does this or how this effect was achieved?

    Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The page is essentially composed with all of these dropdowns displayed over other content. Each dropdown is in it’s own <div>. The CSS for each div is then set to display: none; so one does not see the dropdowns when the page loads.

    Javascript then changes the display property to block when a particular element is clicked on (or to none if it is currently block). It also sets the other dropdowns to none in case any of them were visible, such that at most only one dropdown is seen at one time.

    I don’t know of any plugins, but that does not mean none exist. I’m not current with what’s available.

    Thread Starter QuizToon

    (@quiztoon)

    Many Thanks.

    I had an idea that this was written by the web designer and not a plugin.

    Unfortunately I would not know where to start with this so will think of something else.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown type plugin’ is closed to new replies.