OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
2 <style> | 2 <style> |
3 body { | 3 body { |
4 height: 200%; | 4 height: 200%; |
5 } | 5 } |
6 div { | 6 div { |
7 width: 400px; | 7 width: 400px; |
8 height: 25px; | 8 height: 25px; |
9 background-color: silver; | 9 background-color: silver; |
10 text-align: center; | 10 text-align: center; |
11 margin: 8px 0; | 11 margin: 8px 0; |
12 } | 12 } |
13 #absolute { | 13 #absolute { |
14 position: absolute; | 14 position: absolute; |
15 width: 25px; | 15 width: 25px; |
16 height: 25px; | 16 height: 25px; |
17 background-color: rgba(0, 0, 255, 0.5); | 17 background-color: rgba(0, 0, 255, 0.5); |
18 } | 18 } |
19 </style> | 19 </style> |
20 <div dir="rtl">​<span id="absolute"></span>Lorem ipsum dolor sit amet</sp
an></div> | 20 <div dir="rtl">​<span id="absolute"></span>Lorem ipsum dolor sit amet</sp
an></div> |
21 <div dir="ltr">​<span id="absolute"></span>Lorem ipsum dolor sit amet</sp
an></div> | 21 <div dir="ltr">​<span id="absolute"></span>Lorem ipsum dolor sit amet</sp
an></div> |
22 <div>​<span dir="rtl"><span id="absolute"></span>Lorem ipsum dolor sit am
et</span></span></div> | 22 <div>​<span dir="rtl"><span id="absolute"></span>Lorem ipsum dolor sit am
et</span></span></div> |
23 <div>​<span id="absolute"></span>Lorem ipsum dolor sit amet</div> | 23 <div>​<span id="absolute"></span>Lorem ipsum dolor sit amet</div> |
24 <div style="text-align: left;">​<span dir="rtl"><span id="absolute"></spa
n>Lorem ipsum dolor sit amet</span></span></div> | 24 <div style="text-align: left;">​<span dir="rtl"><span id="absolute"></spa
n>Lorem ipsum dolor sit amet</span></span></div> |
25 <div style="text-align: right;">​<span dir="rtl"><span id="absolute"></sp
an>Lorem ipsum dolor sit amet</span></span></div> | 25 <div style="text-align: right;">​<span dir="rtl"><span id="absolute"></sp
an>Lorem ipsum dolor sit amet</span></span></div> |
OLD | NEW |