On Mar 27, 3:29 pm, Bergamot <berga...@visi.com> wrote:
> Gary wrote:
> > I have tabbed divs using z-index CSS and Javascript.
> > on IE the images I have in the divs
> > disappear. They initially are shown but when IE finishes loading they
> > disappear.
>
> >http://www.blueheronhealth.net/treatment.htm
>
> IE has issues with floats. Maybe someday they'll all be fixed. In the
> meantime, try adding position:relative to the floated element.
>
> --
> Berg
Thanks Berg,
I redesigned this page to use tabbed divs using z-index, prior to that
I didn't have problems with the floats. Since I didn't have a problem
until I started using the z-index I assumed it had something to do
with my redesign. Your suggestion solves my problem.
Gary