I'm using Java applets for SAP xMII 11.5. Their documentation says to
use Java 1.4.2_13 and the the tag (not or ).
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 not have to hide th
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, y
2 matches
Mail list logo