Skip to content

Commit

Permalink
Fixed bug in IE8, where the hidden input became visible on some PCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Valums committed Aug 22, 2010
1 parent 3d8c3e6 commit 80b3f09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/fileuploader.js
Expand Up @@ -481,7 +481,9 @@ qq.UploadButton.prototype = {
right: 0,
top: 0,
fontFamily: 'Arial',
fontSize: '256px',
// if larger button becomes visible (filter is not applied in IE8 on SOME PCs)
// probably related to http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread/29d0b0e7-4326-4b3e-823c-51420d4cf253
fontSize: '243px',
margin: 0,
padding: 0,
cursor: 'pointer',
Expand Down

0 comments on commit 80b3f09

Please sign in to comment.