473,782 Members | 2,623 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

quirks mode and IE5 vs IE6

Well, it's probably past time for me to regularly include doctype in my
html.

What is quirks mode and how do I avoid it. I seem to recall a specific url
is required.

What is the suggested doctype for html4.0 transitional? That's probably what
I'm writing.

Also, what's the differences between IE5(windows) and IE6?

I don't have IE6, but usually what I write looks very similar in IE5, Opera7
and NS7.1. Sometimes IE5 mac looks a bit different although Safari is good.
What do I need to worry about in IE6?

Cheers,
Jeff
Jul 20 '05 #1
16 2944
On Thu, 12 Feb 2004 05:35:31 GMT, Jeff Thies <no****@nospam. net> wrote:

What is the suggested doctype for html4.0 transitional? That's probably
what
I'm writing.


See http://www.w3.org/TR/html401/struct/...l#version-info
Jul 20 '05 #2
Jeff Thies wrote:
Well, it's probably past time for me to regularly include doctype in my
html.
Umm... very much so.
What is quirks mode and how do I avoid it. I seem to recall a specific url
is required.
Quirks mode is when a browser emulates the stupid mistakes of its
predecessors so code written to love their errors doesn't fall apart.

http://gutfeldt.ch/matthias/articles/doctypeswitch.html
What is the suggested doctype for html4.0 transitional? That's probably
what I'm writing.
HTML 4.01 Transitional isn't suggested, for modern webpages HTML 4.01 Strict
is the most apropriate.

http://www.w3.org/QA/2002/04/valid-dtd-list.html
Also, what's the differences between IE5(windows) and IE6?


IE6 has fewer bugs and fewer massive secuity holes.
--
David Dorward <http://dorward.me.uk/>
Jul 20 '05 #3

"David Dorward" <do*****@yahoo. com> skrev i meddelandet
news:c0******** ***********@new s.demon.co.uk.. .
Jeff Thies wrote:
Also, what's the differences between IE5(windows) and IE6?


IE6 has fewer bugs and fewer massive secuity holes.


One great benefit is that you can disable receving HTML-formated mails
and news postings from those who still send that.
The body contain only the text.

--
/Arne

Jul 20 '05 #4


Jeff Thies wrote:

What is quirks mode and how do I avoid it. I seem to recall a specific url
is required. Also, what's the differences between IE5(windows) and IE6?


See

http://msdn.microsoft.com/library/de...hancements.asp
for details on IE6 and its two different rendering modes
--

Martin Honnen
http://JavaScript.FAQTs.com/

Jul 20 '05 #5
DU
Jeff Thies wrote:
Well, it's probably past time for me to regularly include doctype in my
html.

What is quirks mode and how do I avoid it. I seem to recall a specific url
is required.

What is the suggested doctype for html4.0 transitional? That's probably what
I'm writing.

Also, what's the differences between IE5(windows) and IE6?

MSIE 5.x for windows does not implement any kind of differentiated
rendering mode. The good news is that with time people do upgrade their
browser. MSIE 6 for windows beta 1 was released in march 2001 IIRC.
I don't have IE6, but usually what I write looks very similar in IE5, Opera7
and NS7.1. Sometimes IE5 mac looks a bit different although Safari is good.
What do I need to worry about in IE6?

Cheers,
Jeff


I recommend you always use a strict definition because in all browsers
supporting standards compliant rendering mode, a doctype declaration
with the strict definition always trigger standards compliant rendering
mode.

DOCTYPEs that will trigger standards compliant behavior in Opera 7, IE6
for Windows, and Netscape 7:
http://www.opera.com/docs/specs/doctype/

There are other related benefits to using a strict definition.
The most important benefits you get when triggering standards compliant
rendering mode in MSIE 6 for windows are
- correct implementation of the CSS1 box model: MSIE 6 in backward
compatible rendering mode still incorrectly implements the CSS1 box model
- faster parsing and faster rendering of pages (assuming your markup is
error-free: best is to use the W3C validator)
- rendering is closer, more consistent to what other W3C web standards
compliant browsers render and this should stay that way or get further
improved with time as browser manufacturers are aiming to support web
standards and they work on eradicating browser bugs

DU
Jul 20 '05 #6
Jeff Thies wrote:
Well, it's probably past time for me to regularly include doctype in my
html.

What is quirks mode and how do I avoid it. I seem to recall a specific url
is required.

What is the suggested doctype for html4.0 transitional? That's probably what
I'm writing.

Also, what's the differences between IE5(windows) and IE6?

I don't have IE6, but usually what I write looks very similar in IE5, Opera7
and NS7.1. Sometimes IE5 mac looks a bit different although Safari is good.
What do I need to worry about in IE6?

Cheers,
Jeff


May I ask you why don't you use IE6? When I have to use IE5 in some
client's office, I suffer a lot. It renders incorrectly lots of pages
and I can't stand that... I can't understand why people doesn't use IE6
if it's safer, faster, more compatible with standards...

So, please, can you tell me why are you still using IE5?

Or, if anyone has reasons, I'd greatly appreciate if you share them with me.

Cheers,
Andrés
Jul 20 '05 #7
<snip>
May I ask you why don't you use IE6? When I have to use IE5 in some
client's office, I suffer a lot. It renders incorrectly lots of pages
and I can't stand that...
Gee, could that be it?

I can't author something that may be badly broken in a mainstream browser,
even if it is that browsers fault.
I can't understand why people doesn't use IE6
if it's safer, faster, more compatible with standards...
By the same token, why use IE at all? If I'm browsing for my own purposes, I
don't use IE.

So, please, can you tell me why are you still using IE5?
Because my clients would go balistic if 18% of their audience had serious
problems with their site and I wasn't even aware of it! It's really the
difference between authoring for yourself, and authoring for a living. If
site appearance is important, and it is for my clients, this goes triple.

I'm just glad I don't have to support NS4 anymore!

Cheers,
Jeff
Or, if anyone has reasons, I'd greatly appreciate if you share them with me.
Cheers,
Andrés

Jul 20 '05 #8
Jeff Thies wrote:
So, please, can you tell me why are you still using IE5?


Because my clients would go balistic if 18% of their audience had serious
problems with their site and I wasn't even aware of it!


That is a good reason to test pages in IE5.

It leaves two questions. Why do you not test your pages in Internet Explorer
6? Why do you not use IE6 for normal use (or better yet, a decent browser
like FireFox)?

--
David Dorward <http://dorward.me.uk/>
Jul 20 '05 #9
"Jeff Thies" <no****@nospam. net> wrote in
news:7D******** ********@newsre ad1.news.atl.ea rthlink.net:
So, please, can you tell me why are you still using IE5?


Because my clients would go balistic if 18% of their audience had
serious problems with their site and I wasn't even aware of it! It's
really the difference between authoring for yourself, and authoring
for a living. If site appearance is important, and it is for my
clients, this goes triple.


And it's important to remember that many viewers may be using IE5 because
it's what's installed on the machine that they're using and because the
machine isn't their *personal* machine, they *can't* upgrade the browser.
Jul 20 '05 #10

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

Similar topics

35
5187
by: Dr.Tube | last post by:
Hi there, I have this web site (www.DrTube.com) which has the following DTD: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> which switches Mozilla to standards compliance mode as I can confirm myself. How can I check whether IE6 and Opera do so too? TIA Regards Xavier van Unen.
10
12994
by: Axel Dahmen | last post by:
Hi, there's one question that's been bothering me for a long time: Why does the TD element not inherit from the BODY element? Is there any reason why properties like "font-family" or "font-size" are not applied to content of TD if I assign them to the BODY element? Thanks a lot for enlightening me! Axel Dahmen
8
2400
by: Chris Sharman | last post by:
I've got the following url (centre generated by cgi, and including banner, menus, etc designed by someone else) - http://services.ccagroup.co.uk/upbin/oformw?&whsmithwedding This looks as intended on a fair range of browsers (the dark blue menu separators are about 5-6mm). here's identical html, but with the loose dtd referenced on the doctype- http://services.ccagroup.co.uk/proofs/unquirktest.html This gets lots of unwanted padding -...
6
2777
by: Thomas | last post by:
In Mozilla: The problem we are trying to solve: We are using XSL/XML to generate tables with text in the rows. The spacing is wider then when those same exact tables are created in regular HTML. We figured out that this has to do with Mozilla rendering the HTML page in quirks mode, versus the XML/XSL page being rendered in strict mode. I can find no way to enable quirks mode in Mozilla for XML/XSL documents, since it does not appear...
1
1517
by: don.hosek | last post by:
Here's the relevant piece of code. <div style="position:relative;height:506;width:700; z-index:1; background-image:url(images/Mat-Tan.png);"> <div style="position:absolute;z-index:2; height:0; width:0;"> <img src="images/Frame-Brown-Land.png" alt="" /> </div> <div style="position:absolute;top:100px; left:125px;"> <img src="images/poster1.jpg" alt="" /> </div>
18
2327
by: Neil Cherry | last post by:
I'm in the process of redesigning my web page and started working more with CSS. I have, what I think is, a nice web layout (I'm no expert so I could be wrong). When I tested it with Konqueror and Firefox it works well (a few minor problems) but when I test it with IE 6.0 it doesn't display or it jumbles everything up. I've tried using various examples (conditionals) to get around IE problems but they are causing more problems that they...
4
1780
by: Simon Brooke | last post by:
There is no need to respond to this post. There is, in fact, no possible helpful response to this post. I just needed to tear my hair in public... I have a site I wrote for a customer four years ago. Recently, the customer upgraded their browser (probably on an automatic upgrade) to Internet Explorer 7, and phoned me up to say the site was broken. The site is 'broken', because IE 7 loses a band about 1em high across the top of the page;...
22
13563
by: Harry Haller | last post by:
Is there any other way apart from: document.compatMode == 'CSS1Compat' <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>Virtual Library</title> <script type="text/javascript">
3
7219
by: DiMono | last post by:
Consider this code: <input type="button" value="u" style="text-decoration: underline;" /> With a complete doctype definition, Firefox will not render the underline, but IE will. With an incomplete doctype definition, Firefox renders the page in quirks mode, and the underline is rendered. I want the underline to render, but I don't want the page to load in quirks mode. Is there a way to make this happen?
0
9639
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10143
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
10076
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
8964
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6729
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
5375
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5507
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4040
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
2
3633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.