473,503 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE problems.

Hi all,

Please take a look at http://www.ianhobson.co.uk/test.htm

It validates and works in Firefox exactly as required...

.... but IE6 makes a complete mess of it.

Does anyone have any ideas about how I can make IE play? I'm already
torn out at least least half of my remaining hair with this. Nothing I
have tried has convinced IE to do anything better.

Many thanks

Ian


Jun 27 '08 #1
13 1365
Ian Hobson wrote:
Hi all,

Please take a look at http://www.ianhobson.co.uk/test.htm
Don't you mean, http://www.ianhobson.co.uk/bottom.php ?
It validates and works in Firefox exactly as required...

... but IE6 makes a complete mess of it.
Your conception of "mess" would have helped.

If you are referring to the one-row height in IE6, it is because that is
what you are telling it to do.

<textarea rows="1" cols="1"></textarea>

Why the frames?

~10% of your visitors will not be able to use your Send button - those
with JavaScript disabled or stripped by a firewall.

--
-bts
-Motorcycles defy gravity; cars just suck
Jun 27 '08 #2
I don't think you need to bother about IE6 any more, it is an old and
very broken piece of software - it should no longer be used. Try IE7,
or if you can, IE8beta.

Alexander.
Ian Hobson wrote:
Hi all,

Please take a look at http://www.ianhobson.co.uk/test.htm

It validates and works in Firefox exactly as required...

... but IE6 makes a complete mess of it.

Does anyone have any ideas about how I can make IE play? I'm already
torn out at least least half of my remaining hair with this. Nothing I
have tried has convinced IE to do anything better.

Many thanks

Ian

Jun 27 '08 #3
On Thu, 24 Apr 2008, Alexander Huber wrote:
I don't think you need to bother about IE6 any more, it is an old
and very broken piece of software - it should no longer be used.
I don't think you need to bother about Windows any more, it is an old
and very broken piece of software - it should no longer be used.

--
Top-posting.
What's the most irritating thing on Usenet?
Jun 27 '08 #4
I don't think you need to bother about IE6 any more,

I think most professionals would strongly disagree. IE6 still
(unfortunately) commands a very sizable portion of general browsing
traffic.
it is an old and very broken piece of software
True enough.
it should no longer be used.
In an ideal world.
Try IE7, or if you can, IE8beta.
Or, even better, leave IE by the wayside and use a real browser.
Jun 27 '08 #5
Ian Hobson wrote:
Hi all,

Please take a look at http://www.ianhobson.co.uk/test.htm

It validates and works in Firefox exactly as required...
Thanks to everyone for their rsponces. Some comments.

I need frames partly because the whole app is in frames (circa 2002?)
and a complete rewrite is not feasable, and partly because we want to
disable bookmarking.

Most customers have IE6, so that has to be got to work.

I can't run IE7 or 8beta (win2k still), so testing on those will have to
wait.

However....I've cracked the problem using javascript. (and updated the
files).

Regards

Ian


Jun 27 '08 #6
Ian Hobson wrote:
I need frames partly because the whole app is in frames (circa 2002?)
and a complete rewrite is not feasable,
Ah. You didn't include that in your details. Frames were abandoned by
their creator sometime around 1994, as I recall.
and partly because we want to disable bookmarking.
Is this a public site? Do you know what search engines will provide
their users? Your unframed page ... sans everything in the other
frames.

Do you know how easy it is to, for example, right-click in the frame and
choose "This Frame Open in new Tab (or window)" ?

--
-bts
-Friends don't let friends drive Vista
Jun 27 '08 #7

I think most professionals would strongly disagree. IE6 still
(unfortunately) commands a very sizable portion of general browsing
traffic.
Professionals? Or people who don't know how to install a proper browser? ;)
Jun 27 '08 #8

Beauregard T. Shagnasty wrote:
Ian Hobson wrote:
>http://www.ianhobson.co.uk/test.htm

... but IE6 makes a complete mess of it.

If you are referring to the one-row height in IE6, it is because that is
what you are telling it to do.

<textarea rows="1" cols="1"></textarea>
Only partially, I think.

The reason is more the positioning rules. IE6 doesn't grok setting all 4
positions top, bottom, left and right. It seems to have managed left and
right together, overriding the cols value, but not top and bottom so it
remains 1 row.

--
Berg
Jun 27 '08 #9
On Apr 24, 12:33 pm, Alexander Huber <alhu...@gmx.netwrote:
I think most professionals would strongly disagree. IE6 still
(unfortunately) commands a very sizable portion of general browsing
traffic.

Professionals? Or people who don't know how to install a proper browser? ;)
By all means, allow me to clarify. Most professional Web designers and
developers would strongly disagree that you can abandon consideration
for IE6, for the simple reason that so many people "don't know how to
install a proper browser". ;-)
Jun 27 '08 #10
In article <48***********************@roadrunner.com>,
"Beauregard T. Shagnasty" <a.*********@example.invalidwrote:
Ian Hobson wrote:
I need frames partly because the whole app is in frames (circa 2002?)
and a complete rewrite is not feasable,

Ah. You didn't include that in your details.
And, of course, nor need he have, given his original question.

--
dorayme
Jun 27 '08 #11
In article
<9c**********************************@1g2000prg.go oglegroups.com>,
Kevin Scholl <ks*****@comcast.netwrote:
On Apr 24, 12:33 pm, Alexander Huber <alhu...@gmx.netwrote:
I think most professionals would strongly disagree. IE6 still
(unfortunately) commands a very sizable portion of general browsing
traffic.
Professionals? Or people who don't know how to install a proper browser? ;)

By all means, allow me to clarify. Most professional Web designers and
developers would strongly disagree that you can abandon consideration
for IE6, for the simple reason that so many people "don't know how to
install a proper browser". ;-)
There is a misunderstanding from the start. Alexander is thinking about
the OP and the OP (and everyone else except Alexander) is thinking about
the OP's customers. Once you make this distinction, the problem
disappears like when an apple is touched by a magic wand replaced by a
cloud of silver hollywood stars.

--
dorayme
Jun 27 '08 #12
I don't do "customers".... ;) Code for people not browsers!
dorayme wrote:
In article
<9c**********************************@1g2000prg.go oglegroups.com>,
Kevin Scholl <ks*****@comcast.netwrote:
>On Apr 24, 12:33 pm, Alexander Huber <alhu...@gmx.netwrote:
>>>I think most professionals would strongly disagree. IE6 still
(unfortunately) commands a very sizable portion of general browsing
traffic.
Professionals? Or people who don't know how to install a proper browser? ;)
By all means, allow me to clarify. Most professional Web designers and
developers would strongly disagree that you can abandon consideration
for IE6, for the simple reason that so many people "don't know how to
install a proper browser". ;-)

There is a misunderstanding from the start. Alexander is thinking about
the OP and the OP (and everyone else except Alexander) is thinking about
the OP's customers. Once you make this distinction, the problem
disappears like when an apple is touched by a magic wand replaced by a
cloud of silver hollywood stars.
Jun 27 '08 #13
rf
Alexander Huber <al*****@gmx.netwrote in
news:fv**********@frank-exchange-of-views.oucs.ox.ac.uk:
I don't do "customers".... ;)
You do appear, however, to have this bloody annoying habbit of top posting.
Do it again and I for one will ignore you henceforth.
Code for people not browsers!
I don't know what you do for a living but I code for money. If that means I
have to add the odd hack or two to make IE works for my *customers*
visitors who use iE6 then so be it.

I hope you add a disclaimer to any work you do that you intentionally
ignore x% of viewers.

--
Richard
Killing all google groups posts
The Usenet Improvement Project: http://improve-usenet.org
Jun 27 '08 #14

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

Similar topics

0
2068
by: Jerome Lefebvre | last post by:
Hello, Hope this will interest a few. I been working with a friend on the problems given out during the "International Collegiate Programming Contest" (ICPC) http://icpc.baylor.edu/icpc/ ....
14
2287
by: Jim Hubbard | last post by:
Are you up to speed on the difficulties in using the 1.1 .Net framework? Not if you are unaware of the 1,596 issues listed at KBAlertz (http://www.kbalertz.com/technology_3.aspx). If you are...
1
3024
by: 3f | last post by:
Hello; We have made a web application that people can download from our web site and installed on: Windows XP Windows 2000 Professional Windows 2003 Server Windows 2000 Server
5
8780
by: Corky | last post by:
This works: db2 SELECT DISTINCT PROBLEM_OBJECTS.PROBLEM_ID FROM PROBLEM_OBJECTS INNER JOIN PROBLEMS ON PROBLEM_OBJECTS.PROBLEM_ID = PROBLEMS.PROBLEM_ID WHERE INTEGER(DAYS(CURRENT DATE) -...
2
2307
by: Ellen Graves | last post by:
I am having a lot of problems with DB2 8.3.1 on RH Linux AS2.1. Installing and running stored procedures is problematic. Stored procedures I have used for years on V7 on WinNT are now failing...
19
3110
by: Jim | last post by:
I have spent the past few weeks designing a database for my company. The problem is I have started running into what I believe are stack overflow problems. There are two tab controls on the form...
10
2380
by: BBFrost | last post by:
We just recently moved one of our major c# apps from VS Net 2002 to VS Net 2003. At first things were looking ok, now problems are starting to appear. So far ... (1) ...
19
2951
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
2
3156
by: Brian | last post by:
NOTE ALSO POSTED IN microsoft.public.dotnet.framework.aspnet.buildingcontrols I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the...
0
2221
by: Sergistm | last post by:
Hello World, :D I have a problem that it is making me crazy, I hope you can help me. I'm trying to execute a .exe file with the Procces.Start, and there is no problem when the file is on my...
0
7201
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
7278
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
7328
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...
1
6988
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...
1
5011
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...
0
4672
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...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3153
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
379
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...

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.