473,761 Members | 9,480 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2499
"Tony T" <fr************ *@btinternet.co m> wrote in message
news:cc******** **@sparta.btint ernet.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" <cupsdell0311XX X@-@-@XXXrogers.com> wrote in message
news:3t******** **********@news 04.bloor.is.net .cable.rogers.c om...
"Tony T" <fr************ *@btinternet.co m> wrote in message
news:cc******** **@sparta.btint ernet.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.co m> wrote in message
news:cc******** **@sparta.btint ernet.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
2427
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 display the F or the @ I want to display on my site the &# codes like @
3
2435
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 window to be open (or displayed) inorder to save the image. Also, this utility is in the form of an executable, so I can't possibly alter it. I want to run this utility from a windows web browser and display the saved jpeg file. I pass some command...
5
1915
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 2000, with Access 2000 on Windows 2000 as client. This had been running fine for several years. The client is now upgrading to Windows XP, and has come across a display problem on the reports. The figures are correct but are now displayed with lots of...
18
5631
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) added "display:block;" to a style defining tables that also had zero padding, margin and border. With "xdisplay:block;" (that is nothing) all browsers (well Ie6, MZ, Ff Op in
3
17797
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 rel="stylesheet" href="style0.css" type="text/css"> <link rel="stylesheet" href="print0.css" type="text/css" media="print"> <head> <body>
2
7214
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 correct times for everything. i use date.getTimezoneOffset() which works fine and shows the daylight savings time correct value of -4 since im in eastern standard time and its daylight savings time right now. well eastern standard time is...
15
12492
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 toggling on again. Furthermore, UAs do not recognize the same values. To make a table row visible, IE wants display:block while FF wants display:table-row. Am I missing something? I am looking for something like display:normal
5
4700
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 have the Color Depth or "Color Quality" (bits per pixel) of the display adapter (screen) to be 16 bits (Called "Medium (16 bit)" in the Display Properties Control Panel) in order for it to work.
18
2498
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 to continue work until I understand what I'm doing wrong. http://www.christchurchinfo.net The site displays nicely in Firefox/Mozilla and Safari, but the stained glass windows navigation portion is getting pushed down in IE, and the "news"...
0
991
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 every frame to add some information on it, and then display the frame in a PyQt GUI. But I don't know how to display the videostream in the PyQt GUI by a efficient way.
0
9957
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9775
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7332
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6609
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3881
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3456
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.