473,394 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Sliding Menu, over an APPLET

Hi,

I have got a requirement. In my application, i have a JSP which includes an Applet. On top of that i have a Menu option, on click of which a sliding menu comes up. The problem is, the menu goes behind the applet, it's not coming in front of the Applet screen. I tried using z-index property also but it didn't worked.

Can anybody please help on the same. It's really urgent.

Thanks in advance.
Jun 14 '07 #1
3 3354
drhowarddrfine
7,435 Expert 4TB
Without the complete html and css or a link, we can only guess.
Jun 14 '07 #2
Without the complete html and css or a link, we can only guess.
hi,

thanks for replying..... I tried making the style as abosolute for both the div's; & then tried using z-index, it didnt wrkd .... Well here goes the basic div tag for the same...

This one is the code in a jsp file calling the applet..
Expand|Select|Wrap|Line Numbers
  1. <div id="msgarea" style="height:663px;"><applet codebase="/"</applet></div>
The other code is in a diff jsp which should draw the menu over the applet..
Expand|Select|Wrap|Line Numbers
  1. <div id="inq"
  2.  style="position: absolute; left: 369px; top: 71px;display:none;; width: 136px; height: 148px"
  3.     onMouseOver="dropmenu('showit','inq',this);dropmenu('hide','tools',this)"
  4.     onMouseOut="dropmenu('hideit','inq')">
  5. <table width="100%" border="0" cellspacing="0">
  6. <tr>
Any help, i'll be really thankful....
Jun 14 '07 #3
drhowarddrfine
7,435 Expert 4TB
Have not tested but some notes:
1) Absolute positioning removes the element from the normal flow which I'm wondering might be causing this.
2) <applet> has been deprecated so you might want to look into using <object> instead.

See if relative positioning solves the problem but I'll look into it when I can later.
Jun 14 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Anonymust | last post by:
I use a java applet on several web pages that is no longer functioning in my browser. I use IE 6 (fully patched). When I use Internet options/Advanced to select the MS browser plug in for java, the...
1
by: bayouprophet | last post by:
Cant get menu script to to put linked page in the same frame. I am new to Java and I am wondering what am I doing wrong? below are my java applet file, frame.html file, and my text file and one...
6
by: daniel.sumanth | last post by:
Hello, Have customized the menu options in Access 2000 in a computer. However, it seems that the customizations apply only when I'm logged in and not to other users. Is there any way to use the...
1
by: Guadala Harry | last post by:
AFAIK, when placing an object into the Cache with no special instructions (no dependencies, sliding expirations, hard expirations, etc), it will just sit there in the Cache until the system decides...
3
by: Alberto La Pera | last post by:
Hi! I'd like to realize a Custom Web Control for a sliding menu, but i really don't know how to control the client-side "animation" of the menu. Can anyone help me? Thank you a lot in advance......
1
by: Noozer | last post by:
Anyone have a simple example of how I can use javascript to slide a menu on and off the left side of the screen when a link is clicked? Normally I wouldn't bother with something like this, but...
1
nomad
by: nomad | last post by:
Hello everyone. I have being trying to under stand a simple menu, and I have read alot of text on this, but I'm still confused. I have found and re worked a simple menu and I need to find out how...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.