阻止UI在I.E 8中不起作用

时间:2012-04-23 10:35:33

标签: javascript jquery html jquery-ui jquery-plugins

我正在使用块UI。

$('#divab div[name=divname]').click(function() { 
         $('#divsecond').block({ 
            message: '<img src="ajax-loader(2).gif" />', 
             css: { 
            top:  ($(window).height() - 400) /2 + 'px', 
            left: ($(window).width() - 400) /2 + 'px', 
            width: '100px',
            border: 'none', 

        backgroundColor: 'transparent', 
        '-webkit-border-radius': '10px', 
        '-moz-border-radius': '10px', 
        opacity: 0.5, 
        color: 'transparent'  
        } 

        }); 
    }); `

代码完全适用于firefox和chrome,但不适用于8,

0 个答案:

没有答案