Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
7answers
6k views

How to tell if a browser is in “quirks” mode?

Let's suppose you have a page with a relatively strict doctype and HTML markup that's pretty close to compliant, but perhaps misses in a few silly ways that are out of your control. How can you ...
11
votes
1answer
326 views

Which mode is IE6 if doctype is html as HTML5?

If web page has doctype as HTML5. <!doctype html> Which render mode is it for IE6? The document.compatMode tells CSS1Compat. It looks Standard mode, not quirks mode. But, is it true? IE6 is ...
11
votes
2answers
275 views

JQuery class selectors like $(.someClass) are case sensitive?

Given this HTML: <div class="OpenIDSelector">some text</div> Why does this JQuery selector match it on some browsers and some pages, but not on others? $('.OpenIdSelector) NOTE: I ...
9
votes
4answers
21k views

How to programmatically turn off quirks mode in IE8 WebBrowser control?

I want to use IE8 as a WebBrowser control in a C# application. How can I disable "quirks mode" and force IE into standards compliance (as far as it is implemented)?
7
votes
2answers
1k views

Why certain DOCTYPE declarations cause 100%-height tables and divs to stop working?

It seems to me that some DOCTYPE declarations in IE (6-8) may cause the browser to ignore height="100%" on tables and divs (style="height:100%") E.g <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 ...
7
votes
10answers
2k views

Weird bug when combining an ASP.NET updatepanel with the jQuery UI DatePicker

I've created a page which combines an inline jQuery UI datepicker . I wan't to initiate a callback to the updatepanel when the user clicks a new date to update some data. Now, this page has multiple ...
6
votes
1answer
285 views

IE9 renders a white line in the bottom of the page

I recently noticed in several webpages, and some of my own, that when they are displayed in Internet Explorer 9, when its not on Quirks Mode, it renders a white line, about 1px, in the bottom of the ...
6
votes
3answers
131 views

is quirks mode legit?

I was on vacation without access to my good friend Internet Explorer, and I threw together a pretty complete web app. When I got home, I was surprised and encouraged to see that my site was working in ...
5
votes
3answers
144 views

Is quirks mode relevant in 2011?

With all the latest browsers like IE9, FF4, ever updating chrome, etc., do we still need quirks mode? If yes where is it useful? In which scenario?
5
votes
2answers
96 views

Avoiding messy browser's death

During the past few months, I've been working on a large web application. Repeatedly, we've written code that, according to DOM & JS specifications, should work perfectly, but still manages to ...
5
votes
3answers
1k views

How can you force IE to render in standards mode if you only have control of the contents of body?

I have a peculiar situation where I am only given control of the contents of a document's <body>. The host, I assume in an effort to remain flexible, is not declaring a doctype which will throw ...
4
votes
1answer
67 views

CSS Sprite Button Using Table… Can't get rid of line breaks after table in IE (quirks mode)

I am creating a css button using the following image... This is the background of a table.. the text for the image goes inside td blocks. You can see it in action here, please view source to see ...
4
votes
1answer
467 views

List of IE9 Standards Mode changes

I would like a (extensive) list of changes that have been made to the behavior of IE9 in standards mode. As an example, I recently debugged an issue in SWFObject and found that IE9 now returns typeof ...
4
votes
3answers
2k views

How do I force Internet Explorer to render in Standards Mode and NOT in Quirks?

I am coding a Frontend which works well in IE7 Standards Mode and IE8 Standards Mode. When I start up Internet Explorer and load the page both IE7 and IE8 go to Quirks Mode directly. How can I force ...
4
votes
3answers
5k views

Force IE9 into Quirks mode?

I have a page with an iframe, and the iframe contains code that needs to run in quirks mode (it's Microsoft's Outlook Web Access, so it's not our code that we could fix anyway). IE9 introduced a ...
4
votes
2answers
2k views

Forcing IE7 into standards rendering mode (not quirks)

I'm having display issues in IE7 due to it rendering in quirks mode. I've confirmed this by displaying "document.compatMode" and getting back "BackCompat" as opposed to "CSS1Compat". Using IE8 and ...
4
votes
2answers
3k views

Which doctype should I use for GWT 2.0?

I think I should use <!DOCTYPE html> for my new GWT application; I understand that doing so will put my application into standards-compliant mode. Am I correct? Are there any disadvantages to ...
4
votes
3answers
1k views

How can Javascript cause IE 8 to reload a page in compatibility view?

I'm testing a fairly complex Javascript-based web application in Internet Explorer 8 on Windows Vista. After loading the application, IE is in "standards" browser mode and "IE 8 standards" document ...
3
votes
1answer
2k views

What throws Internet Explorer into quirks mode?

I have created a webpage (http://www.snow4life.yum.pl) that was rendered properly in firefox, chrome etc. Of course dumb IE complicated things, because it enters quirk mode automatically, even though ...
3
votes
1answer
262 views

Preparing To Make Website Internet Explorer 8 Compatible

I have just taken over maintenance of a large web application which is over 10,000 lines of Javascript. At the moment it runs on Firefox 3.5+, Safari 4+ and Chrome and I have to make it work with ...
2
votes
1answer
88 views

In IE9 Quirks Mode Date.parse returns NaN

I am trying to figure out why Date.parse (javascript) returns NaN when applied to a seemingly valid ISO 8601 date string when IE9 is in Quirks Mode. It works fine in Standards mode. //ReturnsNaN in ...
2
votes
1answer
103 views

IE quirks mode: width: auto

The problem I've encountered is - in IE on a floated element width: auto; does nothing - I've got to set up the width automatically for ie(quirks mode). How can I set the width automatically in IE ...
2
votes
4answers
177 views

would having php code before doctype make browser to go into quirks mode?

As have been discussed in one of the posts here; there was someone who dynamically attached javacript code above the doctype declaration and it then made his browser to go into quirks mode..I am ...
2
votes
3answers
2k views

How do I get IE9 to use standards compliant mode when developing on localhost?

According to MSDN, all I need to force standards compliant mode is to include the HTML 5 doctype: http://msdn.microsoft.com/en-us/library/gg699338%28v=vs.85%29.aspx And it works when the markup is ...
2
votes
2answers
329 views

Internet Explorer form styling problem in Quirks Mode vs Standards Mode

I have switched from Quirks Mode to Standards Mode (HTML 4.01 Transitional), and have noticed that in IE7 and IE8 all form elements are now styled differently than they have been in Quirks Mode. In ...
2
votes
2answers
304 views

Opening site links new tabs causes IE8 to render them in quirks mode

I having an issue with a ASP.NET site, and after searching for a couple of hours I could not find the answer. I am working on a intranet site, and in both the production and the development ...
2
votes
1answer
235 views

What is the minimum doctype IE requires to NOT use quirks mode?

I am developing for SharePoint 2007 and my pretty code is being broken, presumably by code SharePoint generates around my Content Editor web-part. My understanding is, because there is no "top level" ...
2
votes
1answer
752 views

HTML/DOM: What is standards equivalent of scrollHeight?

For nearly a decade i've been using: document.body.scrollHeight to return the "ideal" height of the browser window. This worked fine when i was forcing Internet Explorer into quirks mode, by using ...
2
votes
5answers
787 views

HTML Doctype Setting / IE Quirks Mode

I'm working within the parameters of an un-reachable developer, whom has created an html generation system for our products.. Whenever a new page is generated he places: <!-- updated page at ...
2
votes
2answers
490 views

height:100% problem in IE7, not in FF

I want to display a page with no scrollbar (height:100%). I have read suggestions to add this argument to html and body. But it does not work as I expect. In FF indeed I do not see a scrollbar. But in ...
2
votes
1answer
2k views

why am I triggering quirks mode in IE8?

I'm working on a page that, when I load into IE8 and view the developers tools it tells me that page default is quirks mode. I've got a strict DTD: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML ...
2
votes
3answers
244 views

Is there a way to condition a CSS styling to execute only on IE quirks mode?

I want to write a cross-browser widget, to integrate both to IE standard and quirks mode pages (FF is easy of course). Since I want to write the styling only once I would like to condition some ...
2
votes
2answers
250 views

Differences between IE5 and IE8 Quirks mode

I have a website that was programmed several years back and optimized for IE5/6. Now when it displays in IE8 some pages don't display right. I've confirmed that IE8 is displaying the page in Quirks ...
2
votes
1answer
548 views

Is there a way to avoid IE7 quirks mode while rendering XML + CSS?

I've got some DocBook documentation styled with a CSS xml-stylesheet declaration. It looks great in Firefox, but IE7 doesn't seem to understand the CSS child selectors (e.g. section > title { ... ...
2
votes
1answer
2k views

IE7 doesn't render part of page until the window resizes or switch between tabs

I have a problem with IE7. I have a fixed layout for keeping the header and a sidepanel fixed on a page leaving only the "main content" area switch can happily scroll it's content. This layout ...
2
votes
2answers
1k views

How to make XHTML “table” with fluid table rows

Basically i want to be able to make a a grid of boxes, where i can align text at the top middle and bottom of each box, and have the boxes on the same row resize when text in another box on its row ...
1
vote
1answer
37 views

Wordpress Stylesheet before <!DOCTYPE html> in admin pages causing IE Quirks mode?

I have a blog where the front end works fine in all major browsers (ie7+). Unfortunately the back end doesn't work n IE8, as the browser is put into 'Quirks mode'. The vast majority of my contributors ...
1
vote
0answers
36 views

IE and quirks mode with widget

I have a javascript widget that I wrote for other people to copy and paste on to their site. I am having an issue where if they do not specify a doctype on their page my widget blows up since it's ...
1
vote
3answers
75 views

IE8, HTML5, and combined classes ala .class1.class2{}

I'm making a responsive site and periodically do stuff like this: .someclass {} .someclass.with_context {} IE8 doesn't recognize the second class. IE9 does. I'm using the HTML5 doctype and it's ...
1
vote
2answers
109 views

Quirks Mode & IE8 Problem

I have a very strange issue regarding only IE8 + Windows Vista, the error is very strange, I'll use some example names. I have 2 pages, page1.html and page2.html, when opening both typing the address ...
1
vote
3answers
74 views

How to have a box increase its size based on its content?

Consider a page (full source below) where you have: A containing div, styled so its border is visible. A contained box, which content can't be made smaller than a certain width. Here we'll use an ...
1
vote
1answer
77 views

IE is not displaying absolute positioned elements out of floated elements inside a relative positioned element

Here is the sample code to replicate the issue I'm facing while trying to position elements above their parents: <html> <body> <style> dl { border: 1px solid red; ...
1
vote
2answers
132 views

What's the difference between 'quirks mode' and 'compatibility mode' in IE?

I thought they were the same thing except I've just found out they are not! Using IE8 I can get the same webpage to display in 3 different ways: Standards mode. The XHTML Strict DOCTYPE is at the ...
1
vote
1answer
240 views

When does IE8 go into Quirks mode?

We're in the process of converting web app to IE8 (now client is using IE6). We didn't create that app. We are only modifying and adding features to it. When I visit most of the pages in this app ...
1
vote
0answers
153 views

underscore in beginning of css ID in IE9 quirks mode does not register

I have a dynamically loaded CSS file that contains a css line with an ID like this: #__my_css_id{ width: 100%; height: 100%; left: 0px; top: 0px; position: fixed; background-color: ...
1
vote
2answers
205 views

Run quirks mode in one frame and standards mode in another?

I have an old application that uses frames (not iframes) was was written back in the IE6 days so it runs in quirks mode. Is it possible (Using IE 7 or 8) to have one frame still in quirks mode and ...
1
vote
5answers
126 views

Which doctype do I need?

I'm having an issue using the default VS doctype of <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> On my page I have a ...
1
vote
1answer
276 views

Force standards-mode in browsers, after the page has loaded

I'm having a problem where i have a page that does not have a doctype. I can't access it on the server so i can't add a doctype declaration myself. This causes browsers to render in quirks mode ...
1
vote
3answers
262 views

What is Quirks mode in IE8 Developer toolbar?

I am wondering what is Quirks mode in IE8 Developer toolbar? Why page rendering is different in Quirks mode than in IE8 standard mode?
1
vote
1answer
88 views

Html page edited by the server after upload?

It's a continuation of this post : What throws Internet Explorer into quirks mode? . I have a webpage, built on Django LFC CMS ( http://snow4life.pl/ ). Problem is that when I upload my files to ...

1 2 3