4
votes
6answers
528 views
How to tell if a browser is in “quirks” mode?
Let's 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 tell (or: …
2
votes
2answers
425 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 …
0
votes
1answer
25 views
List of everything that doesn’t work correclty in quirks mode?
Hi,
Does anyone have a complete list of html, javascript, and css that is buggy in quirks mode (particularly IE quirks mode)?
I have checked out the quirksmode.org list at …
0
votes
3answers
73 views
IE8 not accepting multiple classes in quirks mode?
I'm running into a situation where IE8 appears to be dropping CSS selectors. I find this hard to believe, but I can't figure out what is happening.
In a css file I have this declaration:
#srp …
0
votes
1answer
53 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 …
0
votes
0answers
227 views
Facebox content looks terrible in Internet Explorer 7
I'm using the Facebox jQuery plugin from FamSpam to load external page content (from the same server) into a Facebox popup. The content looks great in all browsers except IE 7.
It looks like IE 7 is …
0
votes
2answers
470 views
Get IE6 quirks-mode position:absolute rendering in standards mode
I have an absolutely-positioned navigation on my menu that is sent off to the left side.*
#menu {
position: absolute;
display:inline-block; /* I can hasLayout? */
top: 0;
left: 0;
…
