Hi im doing the css integration of a design im not a pro in javvascript just understand the basics. anyway..
I found a input file, that i cant style i found some tutorials, but all of them show how to do it on a normal button , im afraid of causing an issue for maybe some browsers .. or some other issue..
the button im trying to style is
<input name="image1" type="file" class="imatienda" onChange="parent.window.location.hash = 'block';document.ajax_upload.submit();">
I found for example this, but as i said, this is working on a normal input file with no javascript already on it. :D
thanks