Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
I am having trouble with the sub menu being hidden behind a javascript item. I have searched this forum and realize that the answer is probably here, but just beyond my skill level.
Now having whined and explained that I am just beyond beginner status, would someone PLEASE take a look at this page (currently hidden on our server until I get it finished) and tell me exactly what I need to do to fix this.
Many many thanks!
[quote="trytrix"]
Is this a joke ?
Everything works as it should !!
Cheers,
Trytrix
No, it's really not a joke. One of my drop downs, the one labeled "About Bcc" has it's last item hidden partially by the javascript item that is the slide show. I guess it could be affected by the viewer's screen resolution. But, I was seriously asking for advice.
Thanks for your suggestions. I was hoping for a way to make the menu appear on top of the javascript item. Moving the slide show, or changing it's size is really not an option, or more specifically, those changes would have to be too major to allow viewing of the slide show.
Thanks anyway!
Actually with this problem, I was hoping for a fix like the one to hide forms when they overlap a menu. There is an example on the main page dealing with a workaround for forms. It involves using the <DIV> tag, and I confess, I don't understand the example.
I suppose you could try taking the form-hiding approach. Place your <APPLET> block in a <DIV>. Giv the DIV an ID, and have the appropriate menus hide that DIV when they drop. I have no idea if it'll work, but it's at least worth a shot.
Also, I have no idea if you can apply a css class to an applet (never tried), but you might investigate the possibility of creating a class to apply that would decrease the z-index, so that the applet occupies a layer behind the menu. Again, don't know if it's possible, but it's worth lookin into.
Thanks Kevin! The form hiding method worked, once I figured out exactly WHERE to put the code. I confess it took several attempts, but I finally got it to work.