HighDots Forums  

IE5 disappearing/reappearing content

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss IE5 disappearing/reappearing content in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Morris
 
Posts: n/a

Default IE5 disappearing/reappearing content - 09-18-2003 , 05:23 AM







The site http://www.dur.ac.uk/its/ has a problem in IE5.0 - on initial
load, it seems to work fine. On following any link, a lot of the
areas disappear (anything absolutely positioned and anything floated,
as far as I can tell). If that page is then refreshed, however, the
content all reappears and it displays correctly.

If a page is refreshed so it displays, a link followed, 'back' used to
go to the first page, it displays wrongly until refreshed again.

I can't find any reference to this bug searching anywhere, either, but
I'm assuming that I'm just looking for the wrong keywords.

Happens, as far as I can tell, on every page in that site. Some of
the pages don't validate (yet) but the ones that do have the same
problem. If I drop the doctype and push IE6 into quirks mode it copes
fine.

I don't have a version of IE5.5 available to test with either, but
last time I checked it worked fine, though the template has changed
slightly since.

If anyone could point me in the right direction.

Thanks

(Other comments on the design, etc, appreciated, obviously)

--
Chris

Reply With Quote
  #2  
Old   
Chris Morris
 
Posts: n/a

Default Re: IE5 disappearing/reappearing content - 09-18-2003 , 10:29 AM






Brian <usenet1 (AT) mangymutt (DOT) com.invalid-remove-this-part> writes:
Quote:
Chris Morris wrote:
The site http://www.dur.ac.uk/its/ has a problem in IE5.0 - on initial
load, it seems to work fine. On following any link, a lot of the
areas disappear (anything absolutely positioned and anything floated,
as far as I can tell). If that page is then refreshed, however, the
content all reappears and it displays correctly.

IE5.x/win cannot do position: fixed. But what's really deplorable is
Don't have any position: fixed lines in the stylesheets, though.

Quote:
that it pretends it can. (The correct behavior is to ignore what it
cannot do.) At a minimum, drop the position: fixed, or hide it from
Where is it? Can't find it.

Quote:
MSIE/win. Further, IIRC, MSIE has problems with links position:
absolute.
I've been working on getting the problem down to a minimal testcase
where it still exhibits. I have one that looks pretty identical where
it works properly, and that has absolutely positioned links in it.

Now to look through and see what the differences between the two are.

Thanks

--
Chris


Reply With Quote
  #3  
Old   
Chris Morris
 
Posts: n/a

Default Re: IE5 disappearing/reappearing content - 09-18-2003 , 11:08 AM



Chris Morris <c.i.morris (AT) durham (DOT) ac.uk> writes:
Quote:
The site http://www.dur.ac.uk/its/ has a problem in IE5.0 - on initial
load, it seems to work fine. On following any link, a lot of the
areas disappear (anything absolutely positioned and anything floated,
as far as I can tell). If that page is then refreshed, however, the
content all reappears and it displays correctly.
And the reason is: In certain circumstances, IE 5 will parse parts of
stylesheets inside @media print {}

Sometimes it does, sometimes it doesn't. If, as I did, you put a few
display: none in that bit, it makes it very obvious that it's got
something wrong.

Oh well.

Thanks

--
Chris


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.