Fixed suggestions positioning in IE6
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 12 Jan 2011 20:04:58 +0000 (20:04 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 12 Jan 2011 20:04:58 +0000 (20:04 +0000)
resources/jquery/jquery.suggestions.css

index 531a921..f0b48da 100644 (file)
@@ -9,6 +9,10 @@
        border: none;
        z-index: 99;
        padding: 0;
+       margin: -1px -1px 0 0;
+}
+/* IGNORED BY IE6 */
+html > body .suggestions {
        margin: -1px 0 0 0;
 }
 .suggestions-special {