Results 1 to 6 of 6

Thread: How to make a menu like this?

  1. #1
    Join Date
    Aug 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question How to make a menu like this?

    Hello
    I love this site. All the flash popups and menues are nice.
    http://www.babyage.com/ (check the "shop all categories" button or click any product).
    How can I make my own? Tried to research into the code but I'm not sure what should I took from it.
    Is it any script or any idea on how to make it?
    Thanks!!

  2. #2
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default

    Updated ...
    all that said below, it's not a flash job.
    Last edited by evan; 09-09-2008 at 05:05 PM.

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    They use JS to hide and display divs, based on images clicked it tells where and what div to display and which swf to show in that div. Pretty clever and straight forward.

    I have attached the JS they used so you can read it and get the idea.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  4. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    fabianlujan (09-13-2008)

  5. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    To add to what Blizzard said,

    you can google for any lightbox-esque scripts that do this. There are literally a ton out there. I think DD has a few too.

  6. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #6
    Join Date
    Aug 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I thought that it had something like the lightboxes I took from DD.
    Of course, my programming doesn't allow to replace the images in this case with the divs.
    Thanks for the attachment!!

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
  •