473,406 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

IE5 disappearing/reappearing content


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
Jul 20 '05 #1
4 1702
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
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
MSIE/win. Further, IIRC, MSIE has problems with links position:
absolute. You may need to rethink that, too. Search this group for
earlier threads on MSIE and absolute position.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #2
Brian <us*****@mangymutt.com.invalid-remove-this-part> writes:
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.
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.
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
Jul 20 '05 #3
Chris Morris <c.********@durham.ac.uk> writes:
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
Jul 20 '05 #4
Chris Morris wrote:
Brian <us*****@mangymutt.com.invalid-remove-this-part> writes:
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).


IE5.x/win cannot do position: fixed.


Don't have any position: fixed lines in the stylesheets, though.


Misread the op. I thought it said fixed in there; it did not. My
apologies.
At a minimum, drop the position: fixed


Where is it? Can't find it.


Uh, yeah, got it: position: fixed is not in your stylesheet.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Rob Tweed | last post by:
I'm trying to handle incoming WebDAV requests myself via Apache's rewrite engine and PHP. Everything is OK apart from this one critical problem: Depending on the HTTP request verb, I seem to be...
9
by: Larry Woods | last post by:
I have a site that works fine for days, then suddenly, I start getting ASP 0115 errors with an indication that session variables IN SEPARATE SESSIONS have disappeared! First, for background...
3
by: Csaba2000 | last post by:
I apologize for the length of the page below, but I've tried to whittle it down as much as I can. The problem is that Netscape 6.1 on my Win 2K Pro machine is disappearing the final row of the...
1
by: John Dann | last post by:
I have an odd problem with a 2-column page set in a 2-column table. The right-hand column is meant to act like a sidebar and is relatively narrow at 160px. The problem is that the display of...
1
by: francophone77 | last post by:
When I delete a relationship in relationship view. It seems to keep reappearing in a query. I've tried a "show all" in relationship view and even emptied out the whole relationship view to insure...
6
by: Winshent | last post by:
I have read many threads which indicate that this was a problem with version 2002. Why should i be suffering this? I am using VB.NET 2003 Standard Edition... is it still a problem with 2003? ...
3
by: mark.szretter | last post by:
Relationships between tables disappear without explanation in the database diagram using SQL Server 2005. Many thanks for any thoughts/questions on the topic!
23
by: LvBohemian | last post by:
I am playing around with creating some menus dynamically, and they create fine and show up ok when I want them to; but when I select a menu NavigateUrl at run time, the applicable url shows up...
0
by: Jaap | last post by:
All closing slashes in all <metatags are disappearing while viewing the source in my IE-browser My masterpage consists of this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.