User talk:FireFly: Difference between revisions

From Rosetta Code
Content added Content deleted
(quine)
 
(→‎Quine: comment: wow!)
Line 3: Line 3:


Question: '''Why''' doesn't it work in MSIE? -- [[User:Eriksiers|Eriksiers]] 00:32, 28 January 2010 (UTC)
Question: '''Why''' doesn't it work in MSIE? -- [[User:Eriksiers|Eriksiers]] 00:32, 28 January 2010 (UTC)
: It's probably compiling/interpreting the HTML differently, and likely doesn't allow reassigning elements from being header material to body after it has started interpreting. Given how twisted what that code is (if I had a hat on, I'd take it off in honor of it!) I'm not very surprised that it has issues with IE. –[[User:Dkf|Donal Fellows]] 10:45, 28 January 2010 (UTC)

Revision as of 10:45, 28 January 2010

Quine

I don't understand how it works, but your HTML + CSS Quine solution is genius.

Question: Why doesn't it work in MSIE? -- Eriksiers 00:32, 28 January 2010 (UTC)

It's probably compiling/interpreting the HTML differently, and likely doesn't allow reassigning elements from being header material to body after it has started interpreting. Given how twisted what that code is (if I had a hat on, I'd take it off in honor of it!) I'm not very surprised that it has issues with IE. –Donal Fellows 10:45, 28 January 2010 (UTC)