473,378 Members | 1,175 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.

Absolutely bizarre IE behaviour....

This really is very strange... Have a look at this:

http://www.plankmeister.org.uk/new/index.html

in IE6. When it loads, the top section is blank. If you mouseover anything
in the menu half of the text suddenly appears... If you then scroll down the
page slightly and one more mouseover anything in the menu, it all appears
perfectly!!! This only seems to happen if the IE window is maximised. I've
noticed that this precise behaviour only happens at 1280x1024. But other
similar behaviour occurs at 8x6 and 10x7. I knew IE was bugged, but I didn't
know it had absolutely bizarre bugs!

It works fine in NN7.1, O7, Mozilla(latest) and Firebird(latest).

Has anyone ever seen anything like this before?

P.

Jul 20 '05 #1
4 2087
In message <3f***********************@dread11.news.tele.dk> , The
Plankmeister <pl******************@hotmail.com> writes
This really is very strange... Have a look at this:

http://www.plankmeister.org.uk/new/index.html

in IE6. When it loads, the top section is blank. If you mouseover anything
in the menu half of the text suddenly appears... If you then scroll down the
page slightly and one more mouseover anything in the menu, it all appears
perfectly!!! This only seems to happen if the IE window is maximised. I've
noticed that this precise behaviour only happens at 1280x1024. But other
similar behaviour occurs at 8x6 and 10x7. I knew IE was bugged, but I didn't
know it had absolutely bizarre bugs!

It works fine in NN7.1, O7, Mozilla(latest) and Firebird(latest).

Has anyone ever seen anything like this before?

P.

IE6 -- 800x600@maximum -- 17" screen -- text->medium
================================================

Apart from the need to horizontally scroll, it looks fine to me (no
blank areas on loading).

http://www.gododdin.demon.co.uk/ng/PICAB.JPG

Can you publish a screen image to show what you're seeing?

regards.
--
Jake
Jul 20 '05 #2
The Plankmeister wrote:
This really is very strange... Have a look at this:

http://www.plankmeister.org.uk/new/index.html in IE6. When it loads, the top section is blank.


You have css errors.
< http://jigsaw.w3.org/css-validator/ >

BTW, I noticed this:

body {
font-size : 80%;
}

Please fix that. It should be 100%.

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

Jul 20 '05 #3
The Plankmeister wrote:
This really is very strange... Have a look at this:

http://www.plankmeister.org.uk/new/index.html

in IE6.


Likely
<URL:http://www.positioniseverything.net/explorer/peekaboo.html>

--
To email a reply, remove (dash)un(dash). Mail sent to the un
address is considered spam and automatically deleted.

Jul 20 '05 #4
Likely
<URL:http://www.positioniseverything.net/explorer/peekaboo.html>

That is precisely it!! Thanks for the link : )

P.
Jul 20 '05 #5

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

Similar topics

3
by: The Plankmeister | last post by:
Hi... I'm using session_set_save_handler() and have defined some functions to store session data in a database. It all works marvellously. Except for one small thing. If I do something like: ...
4
by: Wayne Aprato | last post by:
I have a simple database which was originally written in Access 97. When converted to Access 2000 file format it ran flawlessly in Access 2002. I've just tried to run it in Access 2003 and I am...
14
by: Nick Maclaren | last post by:
x = (1.234567890125, 1.2345678901255) print x print x, x Is there a rational reason, or is that simply an artifact of the way that the code has evolved? It is clearly not a bug :-) ...
4
by: Sean Inglis | last post by:
Well bizarre to me, anyway. I've distilled it down to two small files: testtop.htm =============================== <html> <head> <script language="Javascript">
4
by: Neo Geshel | last post by:
Just moved to C# from VB.NET, frustrated to hell and back by inability to get much-copied (from about 20+ different resources) literal example to work. Master Page content: <meta...
9
by: ckfan.painter | last post by:
I've run into a seemingly bizarre problem with insert() for std::vector. (This was done on Microsoft Visual C++ 2005 express version 8...maybe it is a compiler specific bug?) Here's the code: ...
35
by: bukzor | last post by:
I've found some bizzare behavior when using mutable values (lists, dicts, etc) as the default argument of a function. I want to get the community's feedback on this. It's easiest to explain with...
0
by: =?Utf-8?B?bXVzb3NkZXY=?= | last post by:
Hi guys I'm using a URLRewrite module to redirect certain URLs in my .net 2.0 website. However I am getting som really bizarre behaviour public void UrlRewriter_BeginRequest(object sender,...
20
by: Jasper | last post by:
I'm stumped. I'm calling a method that has keyword args, but not setting them, and yet one of them starts off with data?! The class definition begins like so: class BattleIntentionAction(...
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
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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?
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.