Index: trunk/extensions/ImageMap/ImageMap_body.php |
— | — | @@ -284,6 +284,8 @@ |
285 | 285 | } |
286 | 286 | if ( $descType == self::TOP_LEFT || $descType == self::TOP_RIGHT ) { |
287 | 287 | $marginTop = -$thumbHeight; |
| 288 | + // 1px hack for IE, to stop it poking out the top |
| 289 | + $marginTop += 1; |
288 | 290 | } else { |
289 | 291 | $marginTop = -20; |
290 | 292 | } |