|
1 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
2 <head> |
|
3 <script type="text/javascript"> |
|
4 |
|
5 function boom() |
|
6 { |
|
7 document.getElementById("k").style.position = "fixed"; |
|
8 document.documentElement.offsetHeight; |
|
9 document.getElementById("g").style.textAlign = ""; |
|
10 } |
|
11 |
|
12 </script> |
|
13 </head> |
|
14 |
|
15 <body onload="boom();"> |
|
16 <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> |
|
17 </body> |
|
18 |
|
19 </html> |