]> source.dussan.org Git - jquery-ui.git/commitdiff
Tooltip: Comment about IE6 workaround
authorunknown <joern.zaefferer@gmail.com>
Wed, 31 Mar 2010 17:00:43 +0000 (19:00 +0200)
committerunknown <joern.zaefferer@gmail.com>
Wed, 31 Mar 2010 17:00:43 +0000 (19:00 +0200)
themes/base/jquery.ui.tooltip.css

index 2b01036b0bbb73d507917482fb356d95788e7894..6d8e988bd13a90064030132fe7cc58ee22b783e1 100644 (file)
@@ -7,6 +7,7 @@
        -webkit-box-shadow: 0 0 5px #aaa;
        box-shadow: 0 0 5px #aaa;
 }
+/* Fades and background-images don't work well together in IE6, drop the image */
 * html .ui-tooltip {
        background-image: none;
 }