Menu

#3 Fix CSS clip errors

open
nobody
None
5
2007-06-19
2007-06-19
Anonymous
No

[Replace]

strCSS += 'clip:rect(0 ' + width + ' ' + height + ' 0); '

[by]

strCSS += 'clip:rect(0 ' + width + 'px ' + height + 'px 0); '

[patch by A. Valiquette]

Discussion

  • Nobody/Anonymous

    ypSlideOutMenus.js with CSS clip fix

     
  • Nobody/Anonymous

    Logged In: NO

    strCSS += 'clip:rect(0px' + width + 'px,' + height + 'px,0px); '

    Above is correct

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.