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

Does _anybody_ run IE4 under windows?

My brother was saying his friend running IE4
(apparently he's a stubborn techno-geek) has
'severe troubles' with the site I am designing
at http://www.lensescapes.com/

The site has been changed recently (a Java applet
that was causing a 'focus' problem was removed).

I was wonderring if there anybody out there with
access to IE4 could cast a quick browser over it
and give me a quick report if they experience
any major problems..

(shrugs) Hey, I had to ask..

--
Andrew Thompson
http://www.lensescapes.com/
http://www.physci.org/
http://www.1point1c.org/
Jul 20 '05 #1
6 2146
"Stan Brown" <th************@fastmail.fm> wrote in message
news:MP************************@news.odyssey.net.. .
In article <b0******************@news-server.bigpond.net.au> in
comp.infosystems.www.authoring.stylesheets, Andrew Thompson
<an******@bigNOSPAMpond.com> wrote:
at http://www.lensescapes.com/

...access to IE4 could cast a quick browser over it
.... Yes, it completely froze up my copy of MSIE4 (Win98 original). I
don't know what was going on (blank window), but other programs
couldn't even get focus until I did Ctrl-Alt-Del and killed MSIE.
[ Thanks for your help - yet again - Stan. ]

Damn! (scratches head) There is only HTML and CSS in it
now, has anybody else had experiences with either HTML/CSS
freezing IE4?

...Let's rule out the stylesheet. Could you try?..
http://www.lensescapes.com/index00.jsp , which
drops the stylesheet but includes the logo, and
most especially http://www.lensescapes.com/index00.html
which is HTML I just then threw at the W3C validator
to check it was 4.01 Strict (the logo is read in by the JSP,
so if it's the problem, the HTML version _should_ work)
Moz 1.4 had no problem with it at all (as you said).
I wasn't even thinking of testing in IE4 until my brother
commented on the problems his friend had encountered.
My 486 has some variant of IE5, but I need to put a
drive in that before I can use it..
(& I must remember to check how it looks in Opera(s)...)
I'm normally
not a fan of splash screens,
Yeah, I argued bitterly against it (but lost). This was the
'happy compromise' we agreed upon..
but for a photography site your opening
photograph looks like an awfully good incentive to keep browsing
into the site.


That's actually my brother's photo. Originally I had
a picture I took of Sydney's Harbour Bridge and city
skyline, but as soon as I saw the 'Feariy Boats on
Khalid Lagoon' I knew that was the one.. :-)

--
Andrew Thompson
http://www.lensescapes.com/
http://www.physci.org/
http://www.1point1c.org/
Jul 20 '05 #2
"kchayka" <kc*********@sihope.com> wrote in message
news:3f********@news.sihope.com...
Andrew Thompson wrote:

...
at http://www.lensescapes.com/


Perhaps if you fixed the CSS errors, the problem would go away.


Oh crap! :-(

Good point. I'll get back to y'all soon.

--
Andrew Thompson
http://www.lensescapes.com/
http://www.physci.org/
http://www.1point1c.org/

Jul 20 '05 #3
[top posting fixed]
Andrew Thompson wrote:

"Andrew Thompson" <an******@bigNOSPAMpond.com> wrote in message
news:b0******************@news-server.bigpond.net.au...
My brother was saying his friend running IE4
(apparently he's a stubborn techno-geek) has
'severe troubles' with the site I am designing
at http://www.lensescapes.com/

OK. The CSS errors identified by kchayka* have been
fixed. (And, yes, I feel like a complete idiot for neglecting
to check it prior to wasting the time of folks here)

So, ..does it still freeze IE4?


Yes, it does, but it's odd. I didn't get any freezing on the splash
page, but did on the home page. What was odd is that it didn't freeze
up until I scrolled to the bottom of the page.

It's something in the div.bottomBar rules. There are a couple of
superfluous properties in there that might be the root cause:
display: block;
float: right;

When I commented these out, IE4 stopped freezing. BTW, you should also
remove all of the overflow:auto properties. It causes double scrollbars
in some browsers.

--
To email a reply, remove (dash)ns(dash). Mail sent to the ns
address is automatically deleted and will not be read.

Jul 20 '05 #4
"kchayka" <kc*********@sihope.com> wrote in message
news:3f********@news.sihope.com...
Andrew Thompson wrote:
"Andrew Thompson" <an******@bigNOSPAMpond.com> wrote in message
news:b0******************@news-server.bigpond.net.au...
My brother was saying his friend running IE4
(apparently he's a stubborn techno-geek) has
'severe troubles' with the site I am designing
at http://www.lensescapes.com/
..... So, ..does it still freeze IE4?
Yes, it does, but it's odd. I didn't get any freezing on the splash
page, but did on the home page. What was odd is that it didn't freeze
up until I scrolled to the bottom of the page.

It's something in the div.bottomBar rules. There are a couple of
superfluous properties in there that might be the root cause:
display: block;
float: right;


I was about to complain that 'float: right;' was _not_
superfluous, but the simple test of taking it out confirms
it is. Oh right.. 'logoRight' covers it.

(shakes head) What on Earth made you think to
try that? It would not have occurred to me in a
thousand years!
When I commented these out, IE4 stopped freezing.
Done.
BTW, you should also
remove all of the overflow:auto properties. It causes double scrollbars
in some browsers.


Dang! I thought that was being caused by my (earlier)
use of JavaScript to generate the 'copyright' part at the
bottom.

Since taking that out I had not seen the 'double scrollbars'
and thought it was fixed.

It's a pity there seems no simple and reliable way to
make the scrollbars disappear if not needed, but (sighs)
it seems more trouble than it's worth.

It's out too (now for the second time).

On another tack. It is very disconcerting that 'bad styles'
can actually freeze a browser, I would have hoped that
at worst the browser would simply ignore the CSS and
render the page poorly.. :-(

The new CSS has been uploaded, I also threw it at
the CSS validator to check I had not introduced any
new errors. If things are all well, the styles should no
longer cause IE 4 to freeze (crosses fingers).

Thanks for your help kchayka.

--
Andrew Thompson
http://www.lensescapes.com/
http://www.physci.org/
http://www.1point1c.org/
Jul 20 '05 #5
Andrew Thompson / 2003-08-10 16:47:
On another tack. It is very disconcerting that 'bad styles'
can actually freeze a browser, I would have hoped that
at worst the browser would simply ignore the CSS and
render the page poorly.. :-(


The "clear" property is known to crash both Netscape 4.x and some
older versions of MSIE under some situations (I've hit it with
floating DIVs inside a table cell, but I never examined the actual
reason for the crash. It went away when I removed the clear
properties from the stylesheets.)

Every time a browser crash for whatever the reason is (plain HTML,
CSS, Javascript, Java or some plugin) there's a potential security
hazard going on and one should do whatever it takes to prevent that
(usually one needs to turn on all scripting support but sometimes
one has to change the browser).

Note that at least MSIE 5.5- has known security flaws and if
scripting is enabled, any web site can run any code they like on
your computer. I see no reason to support such a browser and if
that's upsets the user, it's good because perhaps he'll upgrade his
browser. Note that this doesn't mean that I don't support, for
example, lynx or links (both of which I regularly use). It just
means that I don't support browsers with known security flaws.

--
Mikko

Jul 20 '05 #6
Andrew Thompson wrote:
>> at http://www.lensescapes.com/


The new CSS has been uploaded, I also threw it at
the CSS validator to check I had not introduced any
new errors. If things are all well, the styles should no
longer cause IE 4 to freeze (crosses fingers).


FYI, my IE4 is OK now.

--
To email a reply, remove (dash)ns(dash). Mail sent to the ns
address is automatically deleted and will not be read.

Jul 20 '05 #7

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

Similar topics

7
by: Jonas | last post by:
This works fine in Win XP but does not work at all in Win 98. Private WithEvents objIExplorer As InternetExplorer I have to do it like this to get it to work in Win 98 Dim objIExplorer As...
8
by: Will | last post by:
I just discovered Python and looked briefly at one of the tutorials for beginners... It looks a lot like the old Command line Basic... I'm sure it does much more but... 1 - Can you create...
6
by: Louise | last post by:
Hi I have written an HTML pages which does not have any colour specifying tags as far I know. When I view this in an Microsoft internet explorer browser it appears with a white background and...
0
by: DraguVaso | last post by:
Hi, I'm using the DataGridView in VB.NET 2.0. The DataSource is a Generic List of a custom class0: lstMyPersonnes = New List(Of clsPersonne). When I add a new clsPersonne to lstMyPersonnes,...
2
by: mal hit | last post by:
We developed an ASP.NET application on Windows 2000/SQL Server 2000/IIS 5.0. Recently, we moved the SQL Server 2000 database to Windows 2003. Now, we are unable to connect to the database (on...
2
by: Mark | last post by:
I created an extremely simple windows service that only writes to the EventLogs on Stop and Pause. I installed it using the InstallUtil.exe program, the output of which is below. It appears to be...
7
by: JerryW | last post by:
I just reinstalled .NET 2003 (after repeated attempts to get ASP.NET Web Applications to work). I first did a complete uninstall of .NET 2003, .NET Framework 1.1, and IIS. I also completely deleted...
22
by: Brett Romero | last post by:
If my UI app uses three DLLs and two of those DLLs reference something named utilities.dll, does the UI app load utilities.dll twice or does the compiler recognize what is going on and load...
1
by: mfunkmann | last post by:
Hi, I recently got an error and I don't know how to fix it: Error 1 'System.Data.DataColumn' does not contain a definition for 'Windows' C:\c#\CsharpPRO\Form1.Designer.cs 304 77 CsharpPRO I...
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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.