RESOLVED WORKSFORME 9265
Quirksmode: Setting position: relative on html and body in strict mode
https://bugs.webkit.org/show_bug.cgi?id=9265
Summary Quirksmode: Setting position: relative on html and body in strict mode
Adele Peterson
Reported 2006-06-02 14:55:44 PDT
http://www.quirksmode.org/bugreports/archives/safari/index.html "In Internet Explorer 6.0 and higher, setting html, body {position: relative;} while in strict mode causes the browser to disallow scrolling. I don't know of any real-world applications where this would be a problem, but it's still a bug. In Safari the entire body disappears if you set position: relative on the HTML first, and then on the BODY. Safari crashes if you check BODY, then HTML, then uncheck BODY. Workarounds include using quirks mode, or playing it safe and avoiding setting positioning to the html element. Test page http://www.beggarchooser.com/test/relative.html Workaround is included Reported by: John Hansen."
Attachments
Joost de Valk (AlthA)
Comment 1 2006-06-24 14:00:38 PDT
This works in latest nightly, closing as worksforme.
Note You need to log in before you can comment on or make changes to this bug.