Multiple JavaScripts Overlay Each other

J

JCO

www.dfwtejanos.com

I have a slight issue with my horizontal navigation bar and a translucent
scroller.
Here goes anyway:

On the same website I have the translucentscroller and I have the horizontal
menus (in JavaScript). Sometimes when the menus drop down, it drops
underneath the scroller (that is scrolling upward), therefore you can't see
it. Is there anyway to ensure that the horiz menu is always on top (as
people use them navigate).

Hope this makes sense!

Thanks
 
J

JCO

You said to set the z-order to 99 (or there abouts). However, I'm not sure
how to do this. I created the menus using Xara MenuMaker. I don't see
anywhere to customize that feature.

Is there a way to make that modification outside of the menu scripts?

fyi; MenuMaker creates the *.js files, an html file, and the graphics. I
used an Include statement to include that html onto my Top_Header, which is
shared.

Thanks for your help (so far).
 
M

Murray

Xara is an abomination IN ADDITION TO BOTTOM POSTING on this forum! 8)

I wouldn't touch Xara with a 10 foot pole. This is one of the reasons.

Now you have to roll up your sleeves and hack the javascript. This (of
course) means that if you ever edit the menus, you'll have to hack it again.

Can you show me the page?
 
M

Murray

While it looks nice on your site, I still wouldn't touch such a critter.
Those menus are so easy to do right in Design view, that there is not a good
reason to corrupt your page with so much javascript.

The really bad thing is that if anyone comes to your page with js turned
off, the menu has no functinoality at all. Admittedly the likelihood of
someone doing that in your niche is probably small, but it is a
consideration.
 
J

JCO

Yes I agree with everything you've said. I'm afraid I will have to stick
with what I got ... for a bit. I will make some changes later.
Thanks again for your comments.
 
M

Murray

Dang pragmatist.... 8)

--
Murray
============

JCO said:
Yes I agree with everything you've said. I'm afraid I will have to stick
with what I got ... for a bit. I will make some changes later.
Thanks again for your comments.
 
Top