OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <style type="text/css"> | 3 <style type="text/css"> |
| 4 body { overflow:hidden; } |
| 5 |
4 .s300 | 6 .s300 |
5 { | 7 { |
6 width: 30px; | 8 width: 30px; |
7 height: 30px; | 9 height: 30px; |
8 } | 10 } |
9 | 11 |
10 .s250 | 12 .s250 |
11 { | 13 { |
12 width: 25px; | 14 width: 25px; |
13 height: 25px; | 15 height: 25px; |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 <div class="positive s250" style="background-repeat: repeat-y"></div> | 111 <div class="positive s250" style="background-repeat: repeat-y"></div> |
110 <div class="positive s200" style="background-repeat: repeat-y"></div> | 112 <div class="positive s200" style="background-repeat: repeat-y"></div> |
111 | 113 |
112 <p>Element with background image starting at (13, 13) with repeat-x set:</p> | 114 <p>Element with background image starting at (13, 13) with repeat-x set:</p> |
113 <div class="positive s300" style="background-repeat: repeat-x"></div> | 115 <div class="positive s300" style="background-repeat: repeat-x"></div> |
114 <div class="positive s250" style="background-repeat: repeat-x"></div> | 116 <div class="positive s250" style="background-repeat: repeat-x"></div> |
115 <div class="positive s200" style="background-repeat: repeat-x"></div> | 117 <div class="positive s200" style="background-repeat: repeat-x"></div> |
116 </table> | 118 </table> |
117 </body> | 119 </body> |
118 </html> | 120 </html> |
OLD | NEW |