Results 1 to 20 of 24
Thread: Applet hiding menu bar contents
- 03-28-2012, 01:29 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Applet hiding menu bar contents
I have a basic problem.. but i could not find answer anywhere else.. so i resorted to this forum, hoping to find an answer. Here goes my problem..
I have a web page in which i loaded a java applet. It is hiding menu bar's contents.. It is displaying well in firefox but in chrome and IE it is hiding menu bar's contents.. Any help is highly appreciated...
Thank You
- 03-28-2012, 01:50 PM #2
Re: Applet hiding menu bar contents
Is that a problem with the HTML or javascript that controls the displaying of the HTML page containing the applet?
If you don't understand my response, don't ignore it, ask a question.
- 03-28-2012, 07:03 PM #3
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
I tried changing the html page.. i tried changing the z-index of my menu bar.. its of no use.. the layout is that i have two divisions in my page. one contains menu bar and the other for loading content, applets, etc..when an applet is being loaded.. it is hiding the menu bar's contents..it is like the applet is more towqards m. when i tried to load any flash videos.. it works well...but everything works well in firefox.. when it comes to chrome and IE... there is this problem....:S .....i hope i made my problem clear..??
- 03-28-2012, 07:04 PM #4
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
It is like the applet's z-indes is more.....
- 03-28-2012, 07:05 PM #5
Re: Applet hiding menu bar contents
How is this a java programming problem?
If you don't understand my response, don't ignore it, ask a question.
- 03-28-2012, 07:12 PM #6
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
I know it doesnt quite come under j programming... but... am asking if applets could be made transparent?? or any solution regarding this...
- 03-28-2012, 07:13 PM #7
Re: Applet hiding menu bar contents
What happens if you replace the applet with an image that uses the same space on the html page?
If you don't understand my response, don't ignore it, ask a question.
- 03-28-2012, 07:20 PM #8
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
applet contains some buttons.. and some stuff for the user to edit and enter some values....i have to use applets...
- 03-28-2012, 07:22 PM #9
Re: Applet hiding menu bar contents
I was suggesting doing some testing to find the problem. If you replace the applet and still have the problem, then the problem is not caused by the applet.
If you don't understand my response, don't ignore it, ask a question.
- 03-28-2012, 07:25 PM #10
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
So sorry... actually i tried all those.. i tried having videos loaded in the bottom division.. it works fine.. i mean menu bar's contents are not being hidden... only when loading an applet it is being hidden....
- 03-28-2012, 07:29 PM #11
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
and i have no idea why all are working fine in firefox..
- 03-28-2012, 07:31 PM #12
Re: Applet hiding menu bar contents
Can you take a screen shot and post it? I can't understand how the browser would position the applet over the top of some other part of an html page without the html telling it to do that.
If you don't understand my response, don't ignore it, ask a question.
- 03-28-2012, 07:40 PM #13
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
Thank you very much for sparing ur time Norm.. :)
actually all those files are in my friend's laptop... i can post them tomorrow... very sorry....
It's like the applet has its own window..and it is like it is more nearer to the screen than the original rame....
- 03-28-2012, 07:43 PM #14
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
and now i dont want to eat ur valuable time off by confusing you... i'll post a screen shot of my page as soon as possible and get back to you... Thank you!!
- 03-29-2012, 01:22 PM #15
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
- 03-29-2012, 01:28 PM #16
Re: Applet hiding menu bar contents
Is the drop down created by the applet or by the HTML/javascript? I don't know much about javascript.
If you don't understand my response, don't ignore it, ask a question.
- 03-29-2012, 04:39 PM #17
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
drop down is created by javascript and css....
- 03-29-2012, 04:41 PM #18
Re: Applet hiding menu bar contents
Do they understand applets?
If you don't understand my response, don't ignore it, ask a question.
- 03-29-2012, 04:45 PM #19
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
Re: Applet hiding menu bar contents
applet code.. i have it seperately.. i just have a link in one of my menu items.. i dint get ur question!! or did i answer it?
- 03-29-2012, 04:50 PM #20
Re: Applet hiding menu bar contents
Does javascript understand how a browser displays an applet?
My understanding of how an applet works is that the browser gives it an area of an HTML page to display in. If some other code wants to use that same area, then it is up to the browser to control who gets to use it. The browser appears to be giving the applet full rights to the area and the other code is not able to use it.If you don't understand my response, don't ignore it, ask a question.
Similar Threads
-
Menu Bar hiding behind PDF in IE9
By kraonasu in forum New To JavaReplies: 3Last Post: 06-08-2011, 04:56 AM -
Hiding Java Applet on Website
By iRamie in forum Java AppletsReplies: 2Last Post: 12-28-2010, 07:59 AM -
How to get(copy) the contents i.e the contents in the cells of an excel sheet
By johnvarg in forum AWT / SwingReplies: 1Last Post: 02-23-2010, 09:48 AM -
how to create Popup Menu with Sub Menu while right-clicking the JTree Node??
By Kabiraa in forum AWT / SwingReplies: 7Last Post: 05-09-2008, 07:54 AM -
Top menu fields hiding
By youayshu in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 11-13-2007, 07:10 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks