diff options
author | unknown <joern.zaefferer@gmail.com> | 2010-03-31 19:00:43 +0200 |
---|---|---|
committer | unknown <joern.zaefferer@gmail.com> | 2010-03-31 19:00:43 +0200 |
commit | 744343a6e6b960fa9a912ed3666c1b39e050561f (patch) | |
tree | 60068a6ea825f6db172cfe63c705c0a865111b3a /themes/base/jquery.ui.tooltip.css | |
parent | a009595bd3d7c6992d438900672fdf98f5e728c3 (diff) | |
download | jquery-ui-744343a6e6b960fa9a912ed3666c1b39e050561f.tar.gz jquery-ui-744343a6e6b960fa9a912ed3666c1b39e050561f.zip |
Tooltip: Comment about IE6 workaround
Diffstat (limited to 'themes/base/jquery.ui.tooltip.css')
-rw-r--r-- | themes/base/jquery.ui.tooltip.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css index 2b01036b0..6d8e988bd 100644 --- a/themes/base/jquery.ui.tooltip.css +++ b/themes/base/jquery.ui.tooltip.css @@ -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; } |