OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Disambiguation Popup Test</title> | 3 <title>Disambiguation Popup Test</title> |
4 <style type="text/css"> | 4 <style type="text/css"> |
5 .link { | 5 .link { |
6 display:block; | 6 display:block; |
7 position:absolute; | 7 position:absolute; |
8 width:200px; | 8 width:200px; |
9 height:30px; | 9 height:30px; |
10 background-color:#ccccff; | 10 background-color:#ccccff; |
11 } | 11 } |
12 </style> | 12 </style> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <a href="#" class="link" style="left:50px;top:50px;">Link 1</a> | 15 <a href="#" class="link" style="left:50px;top:50px;">Link 1</a> |
16 <a href="#" class="link" style="left:50px;top:80px;">Link 2</a> | 16 <a href="#" class="link" style="left:50px;top:80px;">Link 2</a> |
17 <a href="#" class="link" style="left:200px;top:150px;">Link 3</a> | 17 <a href="#" class="link" style="left:200px;top:150px;">Link 3</a> |
18 <a href="#" class="link" style="left:200px;top:200px;">Link 4</a> | 18 <a href="#" class="link" style="left:200px;top:200px;">Link 4</a> |
19 </body> | 19 </body> |
20 </html> | 20 </html> |
OLD | NEW |