|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 (permalink) |
|
Messages: n/a
Hébergeur: |
I have tabbed divs using z-index CSS and Javascript. I got the code, tab_webfx.css and tabpane.js, from an online example. It works fine using Firefox and Safari but 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 Note: my CSS file is a bit messy and I need to clean it up, i.e. remove what I am no longer using. Gary |
|
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
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 |
|
![]() |
| Outils de la discussion | |
|
|