Open GoogleCodeExporter opened 8 years ago
Actually, I've changed this to make it work:
>>>>if (!opts.zindex) {
>>>> opts.zindex = 9999;
>>>> }
if(opts.boxAttach){
$('#'+opts.boxId).css({
'width':$(this).outerWidth()-($('#'+opts.boxId).outerWidth()-$('#'+opts.boxId).width())+'px',
'left':$(this).offset().left+'px',
'top': ($(this).offset().top+$(this).outerHeight())-1+'px',
>>>> 'z-index':opts.zindex
});
}
Original comment by sjcle...@gmail.com
on 8 Jul 2012 at 11:09
Original issue reported on code.google.com by
sjcle...@gmail.com
on 8 Jul 2012 at 11:04