Skip to content

Commit

Permalink
File input button CSS fixes for IE7+IE6.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Feb 9, 2012
1 parent efa8334 commit 70b85ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -21,12 +21,16 @@
<style>body{padding-top:60px;}</style>
<!-- Bootstrap styles for responsive website layout, supporting different screen sizes -->
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-responsive.min.css">
<!-- Bootstrap CSS adjustments for IE6 -->
<!-- Bootstrap CSS fixes for IE6 -->
<!--[if lt IE 7]><link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-ie6.min.css"><![endif]-->
<!-- Bootstrap Image Gallery styles -->
<link rel="stylesheet" href="http://blueimp.github.com/Bootstrap-Image-Gallery/bootstrap-image-gallery.min.css">
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
<link rel="stylesheet" href="css/jquery.fileupload-ui.css">
<!-- CSS fixes for IE7 -->
<!--[if lt IE 8]><style>.fileinput-button{margin:1px 0 0 0;}</style><![endif]-->
<!-- CSS fixes for IE6 -->
<!--[if lt IE 7]><style>.fileinput-button{line-height:22px;margin:1px -3px 0 0;}</style><![endif]-->
<!-- Shim to make HTML5 elements usable in older Internet Explorer versions -->
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
Expand Down

0 comments on commit 70b85ff

Please sign in to comment.