455643-1.xhtml 631 B

1234567891011121314151617181920
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <script type="text/javascript">
  4. function boom()
  5. {
  6. document.getElementById("k").style.position = "fixed";
  7. document.documentElement.offsetHeight;
  8. document.getElementById("g").style.textAlign = "";
  9. }
  10. </script>
  11. </head>
  12. <body onload="boom();">
  13. <div style="text-align: right;" id="g"><div style="direction: rtl; max-width: -moz-fit-content;"><div style="-moz-column-width: 1px;">A B<hr/>C D <input/><hr/></div><div id="k"><div style="width: 150px; float: right;"/><div style="width: 100px; float: right;"/></div><div style="padding-left: 40px;"/></div></div>
  14. </body>
  15. </html>