PDA

View Full Version : A screen(window) dropping down


spanish_steps
05-05-2003, 11:11 AM
Hello,

I would like to know if its possible to do something which is shown in the following webpage using DHTML or Java-script.

http://www.40days.com

when you enter the above page and if you click on each links, you see a window dropping down.Its all done in flash.

Is that possible do such one using java-script??

I've a page divided into 2 frames, on the top frame i've all the links.Now, when i click on the link i show the text in the bottom frame.Instead, I would like to show as in 40days.com.

Any ideas???

Many thanks

Skyzyx
05-05-2003, 04:07 PM
First of all, yes you can. Secondly, it would be a matter of having a variety of DIV containers that are positioned using CSS, then manipulated and moved using JavaScript.

This is a bit more code than I'm prepared to regurgitate at the moment, however. I'll try to throw something together at some point during the day and post again this evening.