Wednesday, July 13, 2016

How to apply styles on a HTML input type "file" in Pure CSS

Bootstrap doesn’t have a designated component for a file upload button. In IE you will face cross browser issues,  To avoiding cross browser issues  i have found a solution. A simple and elegant solution using only HTML and CSS can be achieved with the following sample code, Before write your html code you need to add required jQuery and bootstrap files in your <head> section. <link...
Continue Reading →

Popular Posts