Tagged Questions
26
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
2answers
278 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 ...
7
votes
3answers
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 ...
6
votes
1answer
333 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
143 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
158 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
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 ...
2
votes
3answers
37 views
Why width is set different on input elements
I am banging my head for quite a long time and don't what's going wrong with setting width of input elements.
Here 100px set width for submit button
Here same 100px is set to text field
And you can ...
2
votes
1answer
244 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
848 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
815 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
518 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
2answers
2k 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
27 views
Work around for HTML stripping quotes in quirks mode?
when i tried to get as InnerHTML in Javascript, Firefox giving expected results. so that i can manipulate the dom elements, bu when i use the same working code, IE will strip out the quotation marks ...
1
vote
5answers
94 views
Why does content placed after `</html>` show up in the browser?
I attempted to store some text that I might use later after the </html> tag of my document (like I routinely do with \end{document} in LaTeX) but the browser still shows the text.
It was my ...
1
vote
2answers
127 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
77 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
91 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
219 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
133 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
3answers
275 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
95 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
vote
2answers
368 views
Conditional HTML to target ie8 quirks mode
I have a page that's not displaying correctly in ie8 quirks mode. If I want to create some CSS to target just that mode, but not ie8 normally, what would be the conditional HTML?
For example, if I ...
1
vote
2answers
631 views
MSIE8 compatibility mode not rendering dynamically created table
A bit weird... ...if running in IE8 quirks mode or in compatibility view mode, the table added by the following code doesn't render. Can anyone tell me why, because it is not obvious to me..?
...
1
vote
1answer
425 views
Can an iframe content be rendered in standards mode when the parent is rendered in Quirks mode?
I have an html page which renders an html page in an iframe where my page adds a topbar to the whole content. Inorder to render the whole page seemless, I had to rely on quirksmode rendering of the ...
1
vote
1answer
587 views
What is Quirks Mode categorized under Document Mode and how to Change it?
I saw my pages information in IE8 Developer Tools.
My Page Document Mode was Quirks Mode.
What is Quirks Mode ? and How To change Document Mode ? What are the others document modes ?
How can ...
1
vote
5answers
125 views
Will adding rel or name attributes to divs and spans cause IE/FF to go into quirks mode?
Will a tag like
<span id="suchAndSuch" class="blah" rel="this.that.other" name="this.name"></span>
or
<div id="suchAndSuch" class="blah" rel="this.that.other" ...
1
vote
1answer
244 views
How do I keep divs from resizing in IE6?
Here's my markup (live repro):
<body>
<div style="text-align:center">header <input class='datepicker'/></div>
<table><tr><td>really wide ...
1
vote
4answers
395 views
no quirks mode on php pages?
My site is all php pages, since it's all database stuff. However, I'm having trouble putting the pages into no quirks mode... I did the regular thing:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
0
votes
4answers
63 views
IE <DOCTYPE html> defaults to quirksmode
I'm making a wordpress theme, and in IE, on my homepage of the theme, everything is aligned left, but everything that should be centered is centered when viewing a page or post.
I have tried cutting ...
0
votes
4answers
61 views
Argh! Last minute Browser/CSS Quirk in Firefox - can anyone help?
So I started tweaking the html/css of this page. Nothing fancy as far as I can see.
Now it looks completely wrong in Firefox (see for yourself) and fine in every other browser I can think of. The ...
0
votes
2answers
41 views
IE rendering in Quirks even when doctype is set and is W3 verified
This is the doctype that I'm using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
The code is 100% verified, but I know that ...
0
votes
0answers
70 views
<th> will not scroll horizontally with the rest of the table in IE8 in quirks mode
I have a bug in my program's user interface which can only be recreated in browser mode IE8 and Document type "quirks mode". I have never usually have to work with html/css so I am a little lost.
My ...
0
votes
2answers
166 views
100% height, nested table, in standards mode
I am trying to fix a display issue we are having with some tables (nested). In short, we show a page listing products. Each product is displayed in it's own table. And each of these is nested in a ...
0
votes
0answers
121 views
IE quirks mode: image display block
In IE's quirks mode, it appears images remain inline when set to position absolute.
<li style='padding-left:25px;position:relative'>
Hello, I am some text
<img ...
0
votes
5answers
98 views
Using CSS, How can I stack two spans between two floating divs?
At the top of a page I've got two divs, one floated to the left and one to the right. I can place text with a border between them, however, I now need to stack two such areas of text between them.
...
0
votes
1answer
589 views
Put all IEs older than IE9 into quirks mode via HTML directives
I want my page to be rendered in Quirks mode in IE6, IE7 and IE8. I want to keep all other browsers (recent versions) in HTML5 standards mode.
What does not work:
Put the DOCTYPE declaration into ...
0
votes
2answers
587 views
table setAttribute not working properly in IE
I am trying to build an application that generates a custom list item which will be displayed on the screen dynamicly(like contact list update), and have the following code which works pretty well on ...
0
votes
2answers
116 views
In quirks mode is it possible to have img's resize to their containing table cell?
This may seem like a blast from the past but due to project constraints I am stuck with quirks mode and tables...
The tables that i'm dealing with have a single image in each cell where all the cells ...
0
votes
2answers
235 views
How to render a div 100% wide in Internet Explorer Quirksmode
I have a div in an iframe. The div is supposed to render at 100% width. Looking at the document not in an iframe, the div does indeed render at 100%. When in an iframe however, it renders at 90 - 95%. ...
0
votes
1answer
129 views
Why does my page break horribly in standards mode?
My page is perfect with a doctype, and breaks horribly when one is applied. (More specifically, it breaks with any HTML4 doctype. An HTML3 one works fine, but that's clearly not acceptable.)
As is ...
0
votes
2answers
64 views
Weird IE6/IE layout bug
I've had quite a few problems with IE6 and our website.
http://www.sweetlets.com/w/solutions/click-stream/features/
At the very top the teaser boxes have scrollbars in IE6, but not IE7, IE8, FF or ...
0
votes
3answers
684 views
IE7 CSS Z-Index issue in quirks mode
I've been trying to figure this out for over a day now, so any help would be appreciated.
I have a Suckerfish menu that's made up of ul/li's. I'm trying to add some top down scroll indicators to my ...
0
votes
3answers
713 views
Is there a way to force a page in IE8 to render in IE7 quirks mode or IE8 Compat View Quirks Mode?
NOTE: When I say "Browser Mode" and "Document Mode", I'm referring to the rendering options in the menu bar of IE8's developer tools.
We're noticing odd functionality on our website in Internet ...
0
votes
1answer
131 views
Is there a way I can tell if IE7 is rendering a page in Standards mode or Quirks mode
I'm having a bit of trouble w/ some CSS on a page. It's valid CSS and Strict HTML. It renders fine in every* browser except for IE (I have only tried 7). Is there a way to tell if it's rendering the ...
0
votes
1answer
280 views
Quirks mode rendering problem
I have the following html code snippet :-
<html>
<head>
<style>
body ul
{
margin: 0px;
border: 1px solid black;
padding: 0px;
...