SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Website drop-down information box

  1. #1
    SitePoint Enthusiast
    Join Date
    Jun 2011
    Posts
    72
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Website drop-down information box

    I'm trying to achieve something exactly like this:

    http://kreaturamedia.com/layerslider/

    If you click the little tab at the top of the webpage it drops down and has some information inside of it. I couldn't find any scripts/tutorials on the internet (probably searching the wrong thing; the only results I get are for dropdown nav menus) but I'm sure this can be achieved with JS. Would anyone be able to point me in the right direction?

    Thanks.

  2. #2
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    19,926
    Mentioned
    216 Post(s)
    Tagged
    2 Thread(s)
    If you peek under the hood of that site, you can see that they are using a jQuery (that, is, JavaScript) script:

    Code:
    <script type="text/javascript" src="/static/js/apps.js"></script>
    It doesn't have an attribution, so they may have written it themselves.

  3. #3
    SitePoint Enthusiast
    Join Date
    Jun 2011
    Posts
    72
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by ralph.m View Post
    If you peek under the hood of that site, you can see that they are using a jQuery (that, is, JavaScript) script:

    Code:
    <script type="text/javascript" src="/static/js/apps.js"></script>
    It doesn't have an attribution, so they may have written it themselves.
    Thanks for pointing that out Ralph. That was one of the many files that contributed to achieving that effect. If anyone else is interested in doing this there are some developers that are going to be posting the exact script for on CodeCanyon in the coming weeks. http://codecanyon.net/user/kreatura

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •