//flex table opened by JP

Click to See Complete Forum and Search --> : DW timeline doesn't work in php


joah
05-14-2005, 01:23 PM
Hi! I was wondering if you could help me out with this one:

I use dreamweaver to build sites, and would like to start using some php. I have a menu that is built in layers that turn on or of according to mouseover commands. The layers are kept shown for half a second before they turn down, so you can get the mouse pointer from the button to the layer in time. Otherwise the layer is switched off as soon as you leave the button. See my example here (http://www.joah.nl/test/001). Note that the menu is inserted in the page using an include command.

Now, if i rename the same page to php, and use the according php insert-command, the layers don't work anymore. They show, but don't dissapear. So the DW show-hide layers script works in php, but the DW timeline script doesn't. See the example here (http://www.joah.nl/test/001/home.php).

Can anyone help me out? All help is greatly appreciated!!

joah
05-14-2005, 01:57 PM
hmm something else seems to be the trouble. I just made a testpage, which works just fine in php. Check it out (http://www.joah.nl/test/001/timelinetest.php)

Could the include command be causing trouble? Or is it just my code that stinks ;-P ??

If you happen to spot my error, please tell me. I keep searching for it in the meantime!

:t

joah
05-14-2005, 04:22 PM
Well, fixed it. I was posting on this forum a bit too quickly i guess. Just goes to show I always find great answers here.

The problem was in the Timeline code. It became corrupted somehow. When I implemented it again is was fixed.

Bye!