| 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 .outer-div { | 5 .outer-div { |
| 6 display:block; | 6 display:block; |
| 7 width:200px; | 7 width:200px; |
| 8 height:200px; | 8 height:200px; |
| 9 margin:0px; | 9 margin:0px; |
| 10 padding:50px; | 10 padding:50px; |
| 11 background-color:#ffcccc; | 11 background-color:#ffcccc; |
| 12 } | 12 } |
| 13 .inner-link { | 13 .inner-link { |
| 14 display:block; | 14 display:block; |
| 15 width:200px; | 15 width:200px; |
| 16 height:200px; | 16 height:200px; |
| 17 margin:0px; | 17 margin:0px; |
| 18 background-color:#ccffcc; | 18 background-color:#ccffcc; |
| 19 } | 19 } |
| 20 </style> | 20 </style> |
| 21 </head> | 21 </head> |
| 22 <body style="margin:0px;"> | 22 <body style="margin:0px;"> |
| 23 <div class="outer-div" onclick=";"><a href="#" class="inner-link"></a></a> | 23 <div class="outer-div" onclick=";"><a href="#" class="inner-link"></a></a> |
| 24 </body> | 24 </body> |
| 25 </html> | 25 </html> |
| OLD | NEW |