Skip to content

Commit

Permalink
reducing font-size of the hidden input (to 118px) to fix IE8 bug, whe…
Browse files Browse the repository at this point in the history
…re it became visible on some PCs
  • Loading branch information
Andrew Valums committed Sep 2, 2010
1 parent ddb814f commit b9a5b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/fileuploader.js
Expand Up @@ -538,8 +538,8 @@ qq.UploadButton.prototype = {
fontFamily: 'Arial',
// when button is big it becomes visible in IE8 on SOME PCs
// probably related to http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread/29d0b0e7-4326-4b3e-823c-51420d4cf253
// three persons reported this, the max values that worked for them were 243, 236, 236
fontSize: '222px',
// 4 persons reported this, the max values that worked for them were 243, 236, 236, 118
fontSize: '118px',
margin: 0,
padding: 0,
cursor: 'pointer',
Expand Down

0 comments on commit b9a5b0e

Please sign in to comment.