[jQuery] Re: Drop Down Menus and Applets

2008-03-30 Thread Bryan Wilson
I'm using Java applets for SAP xMII 11.5. Their documentation says to use Java 1.4.2_13 and the the applet tag (not object or embed). I don't like any of it, but I have to use it. So far my only solution is to hide the applets when a user is in the navigation menu. This works, but I'd rather

[jQuery] Re: Drop Down Menus and Applets

2008-03-29 Thread Karl Swedberg
Hi Bryan, Are you referring to Flash objects? If so, I just replied to someone yesterday regarding the same issue. Here is the relevant part: If you're using swfObject, you can just use: so.addParam(wmode, transparent); for embed, you add the attribute: wmode=transparent for object, you do