“IE6 and earlier require a hacky method to center divs”
Ha, that was IE5.5!
patch following...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | outdated-ie-hack-1515912-1.patch | 2.17 KB | echoz |
“IE6 and earlier require a hacky method to center divs”
Ha, that was IE5.5!
patch following...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | outdated-ie-hack-1515912-1.patch | 2.17 KB | echoz |
Comments
Comment #1
echoz commentedHere's a patch removing this ie5.5 hack from 4 files. Somebody tell me I'm not crazy.
Comment #2
johnalbinAccording to http://drupalcode.org/project/zen.git/blame/refs/heads/5.x-1.x:/ie.css its an IE5 and IE6 quirks mode behavior.
Hmm… since we shouldn't be triggering quirks mode in IE6…
Comment #3
johnalbinFixed!
Thanks for the fact check. :-)
Comment #4
johnalbinYou missed a chunk in STARTERKIT/css/layouts/fixed-width-rtl.css. :-) Fixed now too.