$(peelImage).css({
'width': '0',
'height': '0',
'z-index': '99',
'position': 'absolute',
'right': '0',
'top': '0',
'-ms-interpolation-mode': 'bicubic'
});
$(peelMask).css({
'width': '0',
'height': '0',
'overflow': 'hidden',
'position': 'absolute',
'right': '0',
'top': '0',
'background': 'url(' + base.settings.adImage + ') no-repeat right top'
$(peelImage).css({
'width': '0 !important',
'height': '0 !important',
'z-index': '99 !important',
'position': 'absolute',
'right': '0',
'top': '0',
'-ms-interpolation-mode': 'bicubic'
});
$(peelMask).css({
'width': '0',
'height': '0',
'overflow': 'hidden',
'position': 'absolute',
'right': '0',
'top': '0',
'background': 'url(' + base.settings.adImage + ') no-repeat right top'
Category Forum
Modifications and Requests - 9Labels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions