[Replace]
strCSS += 'clip:rect(0 ' + width + ' ' + height + ' 0); '
[by]
strCSS += 'clip:rect(0 ' + width + 'px ' + height + 'px 0); '
[patch by A. Valiquette]
ypSlideOutMenus.js with CSS clip fix
Logged In: NO
strCSS += 'clip:rect(0px' + width + 'px,' + height + 'px,0px); '
Above is correct
Log in to post a comment.
ypSlideOutMenus.js with CSS clip fix
Logged In: NO
strCSS += 'clip:rect(0px' + width + 'px,' + height + 'px,0px); '
Above is correct