473,399 Members | 3,106 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,399 software developers and data experts.

Body ends before end of browser window in IE

Hi,

I converted a page from messy html4 to xhtml and css and it works well
in all browsers exept IE6. The problem is, that for some reason the
colored background ends directly beneath the last displayed Element on
the page and before the end of the browser window. That only happens the
first time the page ist loaded. Everything is fine after a reload. I can
only reproduce the problem with a new IE window that hasn't displayed
the page before.

That really looks like an IE bug to me. Does anyone know how to fix
that? You can find the page at http://fzx.simszone.de (Of cause the
problem only occurs if the browser window is larger than the content of
the page. In this case that means that you need at least a resolution of
1280x1024 and a maximized window to reproduce it.)

Thanks
Jan Harder
Jul 20 '05 #1
6 1951
Jan Harder wrote:
Hi,

I converted a page from messy html4 to xhtml and css and it works well
in all browsers exept IE6. The problem is, that for some reason the
colored background ends directly beneath the last displayed Element on
the page and before the end of the browser window. That only happens
the first time the page ist loaded. Everything is fine after a
reload. I can only reproduce the problem with a new IE window that
hasn't displayed the page before.

That really looks like an IE bug to me. Does anyone know how to fix
that? You can find the page at http://fzx.simszone.de (Of cause the
problem only occurs if the browser window is larger than the content
of the page. In this case that means that you need at least a
resolution of 1280x1024 and a maximized window to reproduce it.)


Yes, it does look like an IE 6 bug. No, I don't know how to fix it.

But ... have you looked at that page in IE 5? On W2000 at least, it is bad - I
would suggest unacceptably so.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #2
Barry Pearson wrote:
Yes, it does look like an IE 6 bug. No, I don't know how to fix it.

But ... have you looked at that page in IE 5? On W2000 at least, it is bad - I
would suggest unacceptably so.


Yes, actually I have a w2k machine with IE5.5 on my table to check how
it looks in ie5. And everything is fine there, looks just like in ie6.
Or are there differences between ie5 and ie5.5 I don't know about?

Jan
Jul 20 '05 #3
Jan Harder wrote:
Or are there differences between ie5 and ie5.5 I don't know about?

Jan


Yikes, there are 'some' as I see after downgrading to IE5. Thanks for
the hint.

Jan Harder
Jul 20 '05 #4
On Thu, 01 Apr 2004 19:45:51 +0200, Jan Harder <ja*@simszone.de> wrote:
Barry Pearson wrote:
Yes, it does look like an IE 6 bug. No, I don't know how to fix it.

But ... have you looked at that page in IE 5? On W2000 at least, it is bad - I
would suggest unacceptably so.


Yes, actually I have a w2k machine with IE5.5 on my table to check how
it looks in ie5. And everything is fine there, looks just like in ie6.
Or are there differences between ie5 and ie5.5 I don't know about?


Yes, there are quite a few differences between 5.0 and 5.5. I'd have
thought this comes within the category of acceptable degrading in a
buggy browser, but see for yourself:

http://www.xs4all.nl/~sbpoley/misc/filezone-ie50.png

You might like to check the page in Opera 7 in full-screen mode though -
I suspect you're in for a surprise!

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #5
Stephen Poley <sb******************@xs4all.nl> wrote:
You might like to check the page in Opera 7 in full-screen mode though -
I suspect you're in for a surprise!


I stopped catering for Opera's full screen mode recently on my sites,
the use of the projection type for their full screen mode makes no
sense.

--
Spartanicus
Jul 20 '05 #6
Stephen Poley wrote:
Yes, there are quite a few differences between 5.0 and 5.5. I'd have
thought this comes within the category of acceptable degrading in a
buggy browser, but see for yourself:

http://www.xs4all.nl/~sbpoley/misc/filezone-ie50.png

You might like to check the page in Opera 7 in full-screen mode though -
I suspect you're in for a surprise!


Thank you for your hints. Seems like IE5.0 was confused because I used
the box model hack in a "wrong" way (if there is really a way to do
somthing like a hack wrong).

I used the keywords for font-sizes. And I had the rather stupid idea to
handle the different keyword-interpetation of the different IE-Versions
with something like this:

font-size: xx-small;
voice-family: "\"}\"";
voice-family:inherit;
font-size: x-small;

The site looked much better in IE 5.0 after removing this stuff.

Jan Harder
Jul 20 '05 #7

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

Similar topics

1
by: J. Potts | last post by:
Just out of curiosity, has anyone run into this problem? Someone where I work put a set of pages together with the following in the style sheet: BODY { position: absolute; margin-top: 0mm;...
8
by: alanstew | last post by:
With the body tag calling out 'window onload', a function with a 'window.open' fails at the 'window.open' line. If I cut out the body tag, the function executes as normal. At first I thought it...
6
by: rob | last post by:
Hi I'm trying to create a "roll-up" effect when a window loses focus and then "roll-down" when it regains focus. This statement works properly with every browser I can get my hands on EXCEPT...
2
by: laredotornado | last post by:
Hello, I am looking for a cross-browser way (Firefox 1+, IE 5.5+) to have my Javascript function execute from the BODY's "onload" method, but if there is already an onload method defined, I would...
22
by: stephen | last post by:
I have created an order form that users javascript to create a new html document when the customers clicks the "print page" button. Once the new document has been created it then prints the...
0
by: gregtyndall | last post by:
I have a weird problem. I'm using a master page to hold a menu that I want to scroll as the user scrolls in the browser window so it will always be visible. First off, putting onsroll in the body...
0
by: bluegrasslover | last post by:
I've gotten a couple of emails about this problem lately so I'm going to post the solution that someone emailed me a while back. When you create a master page visual studio automatically adds a...
5
by: Pugi! | last post by:
I am making a site with lot of AJAX components. When I present a form (in a layer on top of contents of page) I want to make sure that the user cannot click on a link or button other then on the...
3
by: Tuxedo | last post by:
Is it possible to add a function call to the onUnload event handler from an external js file, or can this only be done via the body tag? In any case, I presume there can only exist one onUnload...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.