在IE6下显示为下面的一片红

yui-color-picker-ie6-bug.png

在当前页面加入CSS修复一下下,好了,显示正常

yui-color-picer-ie6-fixed.png

加入的CSS如下 :

  1. *html .yui-picker-bg {
  2. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/yui/build/colorpicker/assets/picker_mask.png',sizingMethod='scale');
  3. }

主要是picker_mask.png图片的路径.

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 
© 2011 刘敏的Blog Suffusion theme by Sayontan Sinha