Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS BEAUTIFUL DROP DOWN MENU

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23122
    magician
    Member

    How is something like this acheived?
    http://www.arcinspirations.com/kobe/#

    Click on the yellow button at the top – Offers and Promos. Which specific js files would I need to pull this off? Any tutorials or advice would be greatly appreciated.

    #49396
    chazzwick
    Member

    I’ve used Jquery to do this.
    Download from here – http://docs.jquery.com/Downloading_jQuery#Download_jQuery

    put this javascript in your header:

    Code:

    Replace "div#xyz" with whatever you want to appear, and replace "a#button" with whatever you want the user to click to make it happen. You can change the speed of the transition by replacing where it says "400", with different numbers. I think that should do it.

    #49377
    magician
    Member
    "chazzwick" wrote:
    I’ve used Jquery to do this.
    Download from here – http://docs.jquery.com/Downloading_jQuery#Download_jQuery

    put this javascript in your header:

    Code:

    Replace "div#xyz" with whatever you want to appear, and replace "a#button" with whatever you want the user to click to make it happen. You can change the speed of the transition by replacing where it says "400", with different numbers. I think that should do it.

    So do i just download jquery 1.2.6 and then that is it? I have downloaded it and now how exactly do i put it in my header?Sorry to be a pain. How des the above code know to call on the jquery js file?

    #49366
    chazzwick
    Member

    You must source the jquery javascript. There seem to be lots of versions but you should put in the header section, something like:

    Code:

    .

    Hopefully, then it should work

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.