Well, I suppose there's one other thing you can do. I haven't tried it, but
instead of changing the value of the Visibility property, you could change
the z-index, or do both. Style="z-index:-3;" The higher the index the
closer to the top/front of the stack of layers it will appear. I've seen a
page with this technique use several layers and forms on each. It only
worked in IE though.
Good luck,
- Danger
----- Original Message -----
From: "douglas r dexter" <drdexter33@h...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Tuesday, May 08, 2001 4:15 PM
Subject: [html_code_clinic] Hiding and showing <DIV> tags
> I'm working on a project, and we've been experiencing
> some strange problems when we are changing the visibility of <DIV> tags in
> our facets.
>
> It seems that when we change this property, the page doesn't
> display properly, in that an HTML element such as a list box or a textarea
> that was in the <DIV> tag remains partially on the screen after the
> contents of the <DIV tag have been hidden.
>
> Apart from refreshing the screen, we don't see a way around this problem.
>
> Any suggestions?
>