Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > How to make HTML partially cover applet?

Reply
Thread Tools

How to make HTML partially cover applet?

 
 
mitch
Guest
Posts: n/a
 
      06-07-2006
We have a page that combines HTML with a Java applet.
The applet has a big rectangle in the middle of the page.
Above the applet we have some dropdown menus that are
in HTML (and JavaScript and CSS). We would like to make it
so the dropdowns can temporarily be visible on top of the
applet, and it doesn't seem to work. The applet seems to
completely own its rectangle, and nothing with CSS or
Z ordering seems to work to draw temporarily on top of the
applet.

Does anybody have ideas for how to do this? We tried one
trick with an IFrame that seems to work in IE but not in Firefox
or Safari. Thanks.

 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      06-07-2006


mitch wrote:

> Does anybody have ideas for how to do this? We tried one
> trick with an IFrame that seems to work in IE but not in Firefox
> or Safari.


You should be able to hide the applet completely (e.g. setting
appletElement.style.visibility = 'hidden') while your menu is visible. I
don't think there is a way to have the applet content drawn below normal
HTML element contents.

--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
have you read emacs manual cover to cover?; (was Do we need a"Stevens" book?) Xah Lee Python 0 07-31-2010 05:47 AM
Which C++ books did you read cover-to-cover? puzzlecracker C++ 4 10-19-2009 08:49 PM
The Birth Of Thriller Cover chapter 4--The Album Cover HiBob Digital Photography 0 05-27-2008 07:58 AM
Plastic cover for 2.5 inch LCD [like the cover comes to protect LCD of some DSLR] zxcvar Digital Photography 0 12-28-2003 03:52 PM



Advertisments