bdakin@apple.com | 4b8fbdd | 2014-08-11 23:03:49 +0000 | [diff] [blame] | 1 | <html> |
2 | <head> | ||||
3 | <style> | ||||
4 | |||||
5 | body { | ||||
6 | height:2000px; | ||||
7 | margin:0; | ||||
8 | overflow:hidden; | ||||
9 | } | ||||
10 | |||||
11 | #background-container { | ||||
12 | margin:0; | ||||
13 | margin-top:50px; | ||||
14 | overflow:hidden; | ||||
15 | background-image:url(resources/green-blue.png); | ||||
16 | background-attachment:fixed; | ||||
17 | width:100%; | ||||
18 | height:100%; | ||||
19 | background-position: 0 50; | ||||
20 | } | ||||
21 | |||||
22 | </style> | ||||
23 | </head> | ||||
24 | |||||
25 | <body> | ||||
26 | |||||
27 | <div id="background-container"></div> | ||||
28 | |||||
29 | </body> | ||||
30 | </html> |