Log in

View Full Version : How to make a menu like this?



fabianlujan
09-09-2008, 03:29 PM
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!!

evan
09-09-2008, 04:11 PM
Updated ...
all that said below, it's not a flash job.

BLiZZaRD
09-09-2008, 04:20 PM
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.

Medyman
09-09-2008, 04:37 PM
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.

BLiZZaRD
09-09-2008, 04:41 PM
http://cleverwasteoftime.com/forum/Smileys/default/iagree.gif

fabianlujan
09-11-2008, 02:15 AM
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!!