Click to See Complete Forum and Search --> : Javascript interfering with other Javascript


FrankyBkk
04-18-2006, 01:04 AM
Hello everybody,

I use in a ASP-Page a Menu which is written in Javascript.

Then I use on the bottom of the Page a slow slding bar in which a lot of images are getting shown. My problem is that the menu does not show the transparent menu items anymore when I use the slideshow. If I deactivate in the source code the slideshow then the menu items are shown. I am not very used to Jacvascript. I checked a lot of things and learned that it is in fact not very difficult but here is the end for me. I guess it have something to do with the transparent area of the menu items.

I add an zipfile with the whole page. If somebody please help me, I run out of ideas.

I really need help!

Nice greetings from Bangkok
Franky

Fang
04-18-2006, 02:07 AM
Probably the onload handlers; you have to combine all of these functions in one:window.onload=function() {
f31;
fillup;
// more onload functions
}

FrankyBkk
04-20-2006, 12:42 PM
I did it, but it did not change anything. If I dont load it then the menudoes not show the menu items, only the main items.

I add the zipfile again because the last one did not work. this one works now and shows the problem.