OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or
g/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"><html xmlns="http://w
ww.w3.org/1999/xhtml"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or
g/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"><html xmlns="http://w
ww.w3.org/1999/xhtml"> |
2 <head> | 2 <head> |
3 | 3 |
4 <title>Macromedia - Products</title> | 4 <title>Macromedia - Products</title> |
5 | 5 |
6 | 6 |
7 <style type="text/css"> | 7 <style type="text/css"> |
| 8 body { overflow: hidden; } |
8 | 9 |
9 #bluebox { | 10 #bluebox { |
10 background-color: blue; | 11 background-color: blue; |
11 position: absolute; | 12 position: absolute; |
12 top: 64px; | 13 top: 64px; |
13 width: 100%; | 14 width: 100%; |
14 height: 100px; | 15 height: 100px; |
15 padding: 8px 0px 0px 0px; | 16 padding: 8px 0px 0px 0px; |
16 margin: 0px; | 17 margin: 0px; |
17 text-align: center; | 18 text-align: center; |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 </div> | 60 </div> |
60 | 61 |
61 <div id="yellowbox" style="width: 100px;">Feh | 62 <div id="yellowbox" style="width: 100px;">Feh |
62 | 63 |
63 | 64 |
64 | 65 |
65 </div> | 66 </div> |
66 | 67 |
67 </div> | 68 </div> |
68 | 69 |
69 </body><!-- InstanceEnd --></html> | 70 </body><!-- InstanceEnd --></html> |
OLD | NEW |