Difference between revisions of "Template talk:Chat example/frontend"
From Worms Knowledge Base
Explorer09 (Talk | contribs) (→IE issue: new section) |
Explorer09 (Talk | contribs) (correction) |
||
Line 7: | Line 7: | ||
Yes, it was IE's fault. IE did not follow the standard [http://www.w3.org/TR/CSS2/visuren.html#float-position here]. | Yes, it was IE's fault. IE did not follow the standard [http://www.w3.org/TR/CSS2/visuren.html#float-position here]. | ||
− | (tested on IE8; not sure if this applies to IE6 and 7) --[[User:Explorer09|Explorer09]] 15:39, 5 August 2010 (UTC) | + | (tested on IE8 <u>with IE7 standards</u>; not sure if this applies to IE6 and 7) --[[User:Explorer09|Explorer09]] 15:39, 5 August 2010 (UTC) |
+ | |||
+ | :Correction: This ''will'' work properly (without bug) in IE8, if the "Document Mode" (in Developer Tools) is set to "IE8 Standards". --[[User:Explorer09|Explorer09]] 08:47, 12 September 2010 (UTC) |
Latest revision as of 08:47, 12 September 2010
IE issue
In Internet Explorer, the {{{endN}}} blocks do not float as expected - they will be one line lower. In other words, the {{{end1}}} will float to the same line as {{{2}}} (suppose that {{{1}}} is one line high), {{{end2}}} to {{{3}}}, and so on.
<p style="background-color:#ffffff">what the float will look like -<span style="float: right">- in IE8</span></p>
what the float will look like -
- in IE8Yes, it was IE's fault. IE did not follow the standard here.
(tested on IE8 with IE7 standards; not sure if this applies to IE6 and 7) --Explorer09 15:39, 5 August 2010 (UTC)
- Correction: This will work properly (without bug) in IE8, if the "Document Mode" (in Developer Tools) is set to "IE8 Standards". --Explorer09 08:47, 12 September 2010 (UTC)