Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

applet placment 1

Status
Not open for further replies.

aph

Technical User
Joined
Jul 8, 2000
Messages
134
Location
GB
Hi all hope you can help,
I've a site I'm working on where the client wants an java applet on the page. The design set up is:-

I've done a one frame table on a page in Dreamweaver then filled it with a Flash movie which is the main pages content. Then the applet is in a layer above this over a trasparent box in the flash movie (the applets frame if you like) the only problem is depending on what res your monitor is set at alters the position of the applet but not the Falsh movie (as this is set to top and absolute middle)

Hoe do I set the applet to stay in the same psiton above the movie back ground I've read about span but not sure how to use it.

here the code for the applet position any way

<div id=&quot;Layer1&quot; style=&quot;position:absolute; left:486px; top:112px; width:200px; height:200px; z-index:1&quot;><applet archive=&quot;AnLake.jar&quot; code=&quot;AnLake.class&quot; width=&quot;200&quot; height=&quot;200&quot;>

any help would be a great help

andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top