473,378 Members | 1,434 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,378 software developers and data experts.

IE display problem - known bug?

I'd really appreciate some help on this one. I've put up a sample page here
http://rnetworks2002.users.btopenwor...ug/review.html
and the stylesheet's here
http://rnetworks2002.users.btopenwor...ebug/books.css
(The links don't work, as it's just a sample)

I'm running WindowsME on PC. I'm happy with the way the page renders in NN6
and Opera 7.1, but strange things happen in IE6 (there's a surprise!). What
seems to happen is this: if the screen resolution/default browser font size
is set to a value so that the bottom of the main (centre) column is below
the bottom of the screen, the whole page renders OK and you can scroll down
as normal. But if the page loads so the whole height is visible, some text
near the bottom is not displayed. On my settings, resolutions 800x600 and
1024x768 show the difference.

The most predictable fault is that nothing appears between the two
horizontal lines - but if you click and drag over this part of the page the
missing content is highlighted. Sometimes some of the main text is missing
too. I also find that if I set the resolution so that the page loads OK,
scroll down to the bottom, then hit 'refresh', the fault re-appears (and the
content disappears!). Occasionally the whole center column content fails to
load, apart from the thumbnail image. When this happens, 'refresh' brings
most of it back.

If anyone can suggest a cause and/or a fix I'd be grateful.
--
Tony T
Replace 'from' with 'to' (twice) for e-mail


Jul 20 '05 #1
3 2480
"Tony T" <fr*************@btinternet.com> wrote in message
news:cc**********@sparta.btinternet.com...
I'd really appreciate some help on this one. I've put up a sample page here http://rnetworks2002.users.btopenwor...ug/review.html
and the stylesheet's here
http://rnetworks2002.users.btopenwor...ebug/books.css
(The links don't work, as it's just a sample)

I'm running WindowsME on PC. I'm happy with the way the page renders in NN6 and Opera 7.1, but strange things happen in IE6 (there's a surprise!). What seems to happen is this: if the screen resolution/default browser font size is set to a value so that the bottom of the main (centre) column is below
the bottom of the screen, the whole page renders OK and you can scroll down as normal. But if the page loads so the whole height is visible, some text
near the bottom is not displayed. On my settings, resolutions 800x600 and
1024x768 show the difference.

The most predictable fault is that nothing appears between the two
horizontal lines - but if you click and drag over this part of the page the missing content is highlighted. Sometimes some of the main text is missing
too. I also find that if I set the resolution so that the page loads OK,
scroll down to the bottom, then hit 'refresh', the fault re-appears (and the content disappears!). Occasionally the whole center column content fails to load, apart from the thumbnail image. When this happens, 'refresh' brings
most of it back.

If anyone can suggest a cause and/or a fix I'd be grateful.


Yeah, this is an IE 6 problem that often appears when you generate content
using JavaScript where content written by one fragment of JavaScript is
adjacent on the screen to other content also generated by JavaScript. I've
never found a fix for it except to try to make sure that the chunks of
content are well separated on the screen ... which can depend on the screen
resolution.


Jul 20 '05 #2

"C A Upsdell" <cupsdell0311XXX@-@-@XXXrogers.com> wrote in message
news:3t******************@news04.bloor.is.net.cabl e.rogers.com...
"Tony T" <fr*************@btinternet.com> wrote in message
news:cc**********@sparta.btinternet.com...
I'd really appreciate some help on this one. I've put up a sample page here
http://rnetworks2002.users.btopenwor...ug/review.html
and the stylesheet's here
http://rnetworks2002.users.btopenwor...ebug/books.css
(The links don't work, as it's just a sample)

I'm running WindowsME on PC. I'm happy with the way the page renders in

NN6
and Opera 7.1, but strange things happen in IE6 (there's a surprise!).

What
seems to happen is this: if the screen resolution/default browser font

size
is set to a value so that the bottom of the main (centre) column is below the bottom of the screen, the whole page renders OK and you can scroll

down
as normal. But if the page loads so the whole height is visible, some text near the bottom is not displayed. On my settings, resolutions 800x600 and 1024x768 show the difference.

The most predictable fault is that nothing appears between the two
horizontal lines - but if you click and drag over this part of the page

the
missing content is highlighted. Sometimes some of the main text is missing too. I also find that if I set the resolution so that the page loads OK,
scroll down to the bottom, then hit 'refresh', the fault re-appears (and

the
content disappears!). Occasionally the whole center column content fails

to
load, apart from the thumbnail image. When this happens, 'refresh' brings most of it back.

If anyone can suggest a cause and/or a fix I'd be grateful.


Yeah, this is an IE 6 problem that often appears when you generate content
using JavaScript where content written by one fragment of JavaScript is
adjacent on the screen to other content also generated by JavaScript.

I've never found a fix for it except to try to make sure that the chunks of
content are well separated on the screen ... which can depend on the screen resolution.


Thanks for the suggestion, but I've tried stripping the javascript (see
http://rnetworks2002.users.btopenwor...view_nojs.html )
and the problem's still there.

Anyone got any other ideas?
--
Tony T
Replace 'from' with 'to' (twice) for e-mail

Jul 20 '05 #3

"Tony T" <fr*************@btinternet.com> wrote in message
news:cc**********@sparta.btinternet.com...
I'd really appreciate some help on this one. I've put up a sample page here http://rnetworks2002.users.btopenwor...ug/review.html
and the stylesheet's here
http://rnetworks2002.users.btopenwor...ebug/books.css
(The links don't work, as it's just a sample)

I'm running WindowsME on PC. I'm happy with the way the page renders in NN6 and Opera 7.1, but strange things happen in IE6 (there's a surprise!). What seems to happen is this: if the screen resolution/default browser font size is set to a value so that the bottom of the main (centre) column is below
the bottom of the screen, the whole page renders OK and you can scroll down as normal. But if the page loads so the whole height is visible, some text
near the bottom is not displayed. On my settings, resolutions 800x600 and
1024x768 show the difference.

The most predictable fault is that nothing appears between the two
horizontal lines - but if you click and drag over this part of the page the missing content is highlighted. Sometimes some of the main text is missing
too. I also find that if I set the resolution so that the page loads OK,
scroll down to the bottom, then hit 'refresh', the fault re-appears (and the content disappears!). Occasionally the whole center column content fails to load, apart from the thumbnail image. When this happens, 'refresh' brings
most of it back.

If anyone can suggest a cause and/or a fix I'd be grateful.
--
Tony T
Replace 'from' with 'to' (twice) for e-mail

I think I've traced the source of the problem, if not the reason. It seems
to be the <hr>'s above and below the vanishing text.
http://rnetworks2002.users.btopenwor...view_nohr.html is the
same page without the <hr>'s, and as far as I can see, it now displays
consistently (even) in IE. It's the <hr> tags in the html rather than the
style of the <hr>'s, as the problem is still there if I leave the <hr>'s in
the html and remove the hr selector from the css file.

--
Tony T
Replace 'from' with 'to' (twice) for e-mail
Jul 20 '05 #4

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

Similar topics

3
by: mikel | last post by:
Hello, I have several characters in my html code like / W and so on.... The problem is, tehy are converted in HTML in their approbiate characters like @ is @ and F is F But I DONT want to...
3
by: Hemanth | last post by:
Hello there, I've a utility that runs on a linux machine. Basically, it opens a window, draws a figure and captures the image (screen) and stores it as a jpeg file. The utility requires a...
5
by: David Greenwood | last post by:
I posted this under 'microsoft.public.sqlserver.client' but got no reply. Any help with this problem would be greatly appreciated --------------------- I developed a database under SQL Server...
18
by: David Morris | last post by:
G'day. Is there a known "display:block;" problem in opera? In playing around trying to get some cross browser conformance, I either inadvertently or redundantly (depending on your perspective)...
3
by: David Lee | last post by:
I have some web pages on which I'd like to suppress certain items when printing. This is mostly working nicely: index.htm (here stripped to relevant essentials) has: <head> <link...
2
by: hourang | last post by:
ok im getting tired of looking for an answer and coming up short with scripts that dont work. i have a application that uses GMT for all its times and needs the clients timeoffset for showing the...
15
by: Markus Ernst | last post by:
Hi When toggling an element on and off by setting its display property via DOM access, display:none is valid for all kinds of elements, but I can't find anything about a generic value for...
5
by: hayworth | last post by:
How do I get the color depth of the screen/display adapter with vb.net 2003? Background: We're having transparency problems (long side story and known Windows "bug") that requires our systems to...
18
by: fishwick | last post by:
I haven't really done any css in quite a while, and am banging my head against the wall trying get the rudimentary layout together of a church website home page to display correctly - I don't want...
0
by: kivilaya | last post by:
Hello, everyone£¬ : ) I'm a beginner of pyqt, and recently I'm having a problem with it. I hope someone could help me. As required, I need to get a videostream from a camera, and process...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.