Forum Moderators: open

Message Too Old, No Replies

Disappearing text & Divs?

IE6 bug maybe

         

SuzyUK

6:05 pm on Oct 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Could some of you with IE6, take a look at the page in my profile

once you get to the page (I'm not sure if it happens straight away) click refresh...the whole of the top part of the page disappears, but will come back if you scroll or hover over the menu?

it's not happening in NN or Opera, but perhaps someone with IE5 (.5) could tell me what it looks like in there I don't have access to 5.5 today

I'm puzzled, I've changed the address bits, they were in div's and so I changed them to <p> classes

perhaps a bug?

Suzy
:(

tedster

7:55 pm on Oct 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I see the same thing in IE6. Very odd behvior.

Yes, I'd say it's a bug of some kind - but what kind? Where to start looking for the workaround? The class for that div looks really straightforward.

I'd be very interested in tracking this one down. Any IE 5.5 input? I don't have access either right now.

Edouard_H

8:50 pm on Oct 19, 2002 (gmt 0)

10+ Year Member



The bug doesn't occur in IE 5.5 Very odd. I'm not usually in a rush to double check in IE 6 either. This is just a hunch, but have you tried specifying a z-index?

tedster

9:22 pm on Oct 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How about explicitly setting visibility: visible for that div? Just in case the browser is getting confused and inheriting a property incorrectly, a definite rule might help.

SuzyUK

12:06 am on Oct 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Eduoard H & Tedster, yes I tried the z-index thing with all the divs involved, but no difference

I'll try explicitly stating the visibility, but what gets me is that it is no specific div that is disappearing (i.e. the breadcrumb trail is in totally different class (and is actually called from an include file.. and also this isn't occuring on other pages which have the same template (I think 3 out of the top 4 menu choices are available for testing)

also I tried playing about with the size of the "mapspacer" div and then you actually see some of the far right side of the text..it's almost as if there was another different sized white div on the top for some reason...

also I entered another paragraph (not on the server) which had an image in it, the same thing happens again, but the image (100x100) is displayed, only the text disappears...weird.

I can get it to stop, by making sure I enter at least 2 headings/paragraphs, but that still doesn't explain this, and besides I don't want a great block of text at the top

I've tried using a spacer div, I've tried putting the top paragraph in a different class, I've also ignored the problem hoping it will go away :), but it hasn't!

Oh well

I guess it's not going to be ready when I said it would

Suzy
thanks

SuzyUK

1:42 am on Oct 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



OK I gave in...I googled and found this is a not so well documented bug, and as I don't fully understand it I'm not going to be stubborn..

It has something to do with the floated divs I have within the content section (although it's not them that actually disappears?)

anyhow my workaround is a shhhh (table!), but I guess seeing as how it's addresses I can legitimately call it tabular data :)

Apparently Microsoft are aware of the bug and are trying to fix it, but I'll come back to it later (probably much later at that!)

I also found a previous message on these boards, with no answer there either

Suzy
:)

SuzyUK

11:25 am on Dec 1, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi I'm back ;)
Thought I would bring this to the top again...

as I think I've found a workaround by accident while trying to help someone else (in their page it was only borders, not whole sections of text that was disappearing)

the page in my profile no longer contains the bug ..but I did manage to recreate the bug so as far as I can work out the problem is triggered if you have a #wrapper div that contains floated divs..and (relevant or not I don't know but) the <div style="clear:both"></div> trick for the "content"

in some of my pages I have lists within the content section. I wanted to do this by creating a wrapper div and filling it with divs 30% wide that would float left, so regardless of how many divs were entered they would appear 3 wide and keeping wrapping down the page, but I resorted to putting them in a table.

anyhow specifying width: 100%; for the wrapperdiv cured the issue both for the aforemention person's borders and also my text...

Just thought I would post this incase there are others still having the issue

Suzy