Hi,

It's a common problem:  IE6 ignores z-index stuff when rendering
"windowed controls" (e.g., form fields).  Instead, they're always on
top.  You can't fix it with a div, you need an iframe.

Search the net for "iframe shim"[1] and you'll find lots of discussion
of techniques and such.  There's at least one jQuery plug-in[2] that
provides functionality to help you with this.  (I haven't used it,
just ran across it.)  This search[3] may also be helpful.

[1] http://www.google.com/search?q=iframe+shim
[2] http://docs.jquery.com/Plugins/bgiframe
[3] http://www.google.com/search?q=iframe+site%3Adocs.jquery.com

HTH,
--
T.J. Crowder
tj / crowder software / com
Independent Software Engineer, consulting services available

On Mar 21, 12:03 pm, "sandee...@adpsconsulting.com"
<sandydess...@gmail.com> wrote:
> The problem in brief :-
> In simple words, I am not able to display a div over the input fields
> and labels on another div ().
>
> Details:-
> On clicking on a link I am displaying a popup like msg in a div. This
> popup should be above all other elements. But the same is not
> happening in IE6. Please give me some idea/reference to some site/any
> working fix...anything.
>
> I am using jquery plugin in my project. Please help...
>
>     * 35 minutes ago
>     * - 4 days left to answer.
>
> Additional Details
> I got some Prototype code to fix the problem here 
> :http://mahzeh.org/?p=23&bt=JavaScript/DH...
>
> I made some minor changes to make it Jquery code but the code did'nt
> solve my problem.

Reply via email to