Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:19

Javascript item hiding submenu


Poster: jwilk
Dated: Tuesday November 5 2002 - 16:28:35 GMT

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, :oops: 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!

http://users.dcr.net/~bcc/jindex.htm


Poster: trytrix
Dated: Tuesday November 5 2002 - 17:31:59 GMT

Hi,

Is this a joke ?
Everything works as it should !!

Cheers,
Trytrix

( Ht me at http://www.ransbecca.be )


Poster: jwilk
Dated: Tuesday November 5 2002 - 18:28:52 GMT

[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.


Poster: trytrix
Dated: Tuesday November 5 2002 - 18:49:42 GMT

Hi Jwilk,

All right I see ..
Tested it in 800x600 resolution
It's definitely affected by the viewer's screen resolution.

Iet's an applet you are using there.
Code:
<applet width="232" height="250" code="fadeshow.class">
...
</applet>

Try adjusting the width and height or insert a few <BR> tags before !!
Or ..
Code:
"right",   // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
set the menu screen positon to right !!

Cheers,
Trytrix

( Hit me at http://www.ransbecca.be )

Javascript item hiding


Poster: jwilk
Dated: Tuesday November 5 2002 - 19:23:07 GMT

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!


Poster: jwilk
Dated: Tuesday November 5 2002 - 20:44:03 GMT

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.

Anybody have any experience with this?


Poster: kevin3442
Dated: Tuesday November 5 2002 - 22:52:52 GMT

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.

Good luck,

Kevin


Poster: jwilk
Dated: Thursday November 7 2002 - 5:43:44 GMT

Thanks Kevin! The form hiding method worked, once I figured out exactly WHERE to put the code. :oops: I confess it took several attempts, but I finally got it to work.

I really appreciate your help with this.


Poster: kevin3442
Dated: Thursday November 7 2002 - 8:06:23 GMT

Glad to help, although you did the real work. Nice looking site by the way.

Kevin