[3815] in java-interest

home help back first fref pref prev next nref lref last post

Re: Java applet positioning

daemon@ATHENA.MIT.EDU (Jim Graham)
Tue Nov 28 21:48:48 1995

Date: Tue, 28 Nov 1995 15:52:49 -0800
From: flar@bendenweyr.Eng.Sun.COM (Jim Graham)
To: java-interest@java.Eng.Sun.COM, jshermer@BASISinc.com


> When using the Netscape Navigator, is it possible to overlay a Java
> applet on top of an image that has been inserted onto an html page
> with the IMG SRC tag?

I don't believe so.  Although I'm not the worlds greatest expert on
the myriad of extensions and how they might be used to cause an HTML
layout to put two elements on top of each other, the mere fact that
an Applet has a solid background color which blots out what is behind
it would prevent you from seeing the image through it...

The way to do this would be to specify the URL of the image as a
parameter of the applet and to paint it underneath the rest of
your graphics.  The <IMG> tag can't do anything that you can't do
as an Applet.

				...jim
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post